nixos/pgbouncer: fix openFirewall option
This commit is contained in:
parent
b89cd583ae
commit
f6278d4f6a
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = optional cfg.openFirewall cfg.port;
|
||||
networking.firewall.allowedTCPPorts = optional cfg.openFirewall cfg.listenPort;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue