From 6ba11eb46fd12afd4c11e59aecaf2f6edba0db42 Mon Sep 17 00:00:00 2001 From: xunuwu Date: Thu, 19 Feb 2026 23:25:41 +0100 Subject: [PATCH] open mc vc port --- hosts/hopper/profiles/lab/minecraft.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hopper/profiles/lab/minecraft.nix b/hosts/hopper/profiles/lab/minecraft.nix index a70c814..a586e59 100644 --- a/hosts/hopper/profiles/lab/minecraft.nix +++ b/hosts/hopper/profiles/lab/minecraft.nix @@ -30,6 +30,7 @@ in { users.groups.minecraft-createpack = {}; networking.firewall.allowedTCPPorts = [25565]; + networking.firewall.allowedUDPPorts = [24454]; systemd.tmpfiles.rules = [ "d /srv/minecraft 0755 root root - -"