0
0
Fork 0
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:
Sophie Tauchert 2024-02-02 22:55:29 +01:00
parent b89cd583ae
commit f6278d4f6a
No known key found for this signature in database
GPG key ID: 52701DE5F5F51125

View file

@ -611,7 +611,7 @@ in {
}; };
}; };
networking.firewall.allowedTCPPorts = optional cfg.openFirewall cfg.port; networking.firewall.allowedTCPPorts = optional cfg.openFirewall cfg.listenPort;
}; };