From 8c22e153bdd0826456dcbc11bbcf1dec90d3da1e Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 21 Feb 2026 13:06:47 +0100 Subject: [PATCH] Open ports for Mautrix Bridge --- 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 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";