mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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…
Add table
Add a link
Reference in a new issue