bicep/postgresql: don't open udp 5432 in firewall

This commit is contained in:
h7x4
2026-07-25 07:35:42 +09:00
parent fcc06d47c2
commit ee718563c8
@@ -150,7 +150,6 @@ in
};
networking.firewall.allowedTCPPorts = lib.mkIf cfg.enable [ 5432 ];
networking.firewall.allowedUDPPorts = lib.mkIf cfg.enable [ 5432 ];
environment.systemPackages = [
(pkgs.writeShellApplication {