From 354a894167ee281fe40b64e61f040c3a22c14446 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 25 May 2026 13:47:17 -0300 Subject: [PATCH] fix(services,minecraft-servers): open voice-chat ports on firewall --- services/minecraft-servers.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/minecraft-servers.nix b/services/minecraft-servers.nix index 57707e6..f1216d6 100644 --- a/services/minecraft-servers.nix +++ b/services/minecraft-servers.nix @@ -294,6 +294,7 @@ in { }; }; + networking.firewall.allowedUDPPorts = [24454 24455]; systemd.services = let tellraw = c: t: ''/tellraw @a ["",{"text":"\n"},{"text":"","bold":true,"color":"gold"},{"text":" O servidor irĂ¡ reiniciar em "},{"text":"${t}","bold":true,"color":"${c}"},{"text":".\n "}]'';