From c4b2a9196488cb60694dd1327354e1cc3f60ad48 Mon Sep 17 00:00:00 2001 From: alisceon Date: Tue, 3 Feb 2026 19:12:40 +0100 Subject: [PATCH] allow bluemap --- hosts/tesla-nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 71f1499..bc40522 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -43,6 +43,9 @@ in "default-runtime" = "crun"; }; }; + networking.firewall.allowedTCPPorts = [ + 8100 #bluemap + ]; services.minecraft-servers = { enable = true;