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;
};