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