From 7cbfeb40036b46b0fb1037496bdecea6bd8d273b Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 20 Mar 2026 16:38:43 +0100 Subject: [PATCH] Derp, forgot to open ports to the Bluemap --- nix-system-configs/modules/system/minecraft.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index 7605b9f..f4d76a5 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -48,8 +48,8 @@ in { services.tailscale.enable = true; - networking.firewall.allowedTCPPorts = [25565 24454]; - networking.firewall.allowedUDPPorts = [25565 24454]; + networking.firewall.allowedTCPPorts = [25565 24454 8100]; + networking.firewall.allowedUDPPorts = [25565 24454 8100]; # 24454 - https://modrepo.de/minecraft/voicechat/wiki/server_setup_self_hosted !!! # This is the VoiceChat mod in Minecraft