diff --git a/nix-system-configs/modules/system/teamspeak.nix b/nix-system-configs/modules/system/teamspeak.nix index 4858e1d..205b0b8 100644 --- a/nix-system-configs/modules/system/teamspeak.nix +++ b/nix-system-configs/modules/system/teamspeak.nix @@ -108,12 +108,14 @@ in { 443 12244 8448 + 29334 ]; networking.firewall.allowedUDPPorts = [ 80 443 12244 8448 + 29334 ]; system.stateVersion = "25.11";