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 - -"