From 32af9c56efdd8a06733bf30d165188ee0aee588b Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 21 Feb 2026 14:14:27 +0100 Subject: [PATCH] Enable PostgreSQL firewall --- nix-system-configs/modules/system/teamspeak.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix-system-configs/modules/system/teamspeak.nix b/nix-system-configs/modules/system/teamspeak.nix index 09bcb1e..d579937 100644 --- a/nix-system-configs/modules/system/teamspeak.nix +++ b/nix-system-configs/modules/system/teamspeak.nix @@ -120,6 +120,7 @@ in { 12244 8448 29334 + 5432 ]; networking.firewall.allowedUDPPorts = [ 80 @@ -127,6 +128,7 @@ in { 12244 8448 29334 + 5432 ]; system.stateVersion = "25.11";