From d3eeb70fdeab87f2ed8d2b4c9f2c22ec58a5ce1d Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 30 Apr 2026 22:15:33 -0500 Subject: [PATCH] allow flight --- modules/features/minecraft.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/features/minecraft.nix b/modules/features/minecraft.nix index f6557b7..0aed97c 100644 --- a/modules/features/minecraft.nix +++ b/modules/features/minecraft.nix @@ -13,8 +13,8 @@ config = { - networking.firewall.allowedUDPPorts = [ 25565 ]; networking.firewall.allowedTCPPorts = [ 25565 ]; + networking.firewall.allowedUDPPorts = [ 25565 ]; virtualisation.oci-containers.containers.minecraft = { image = "itzg/minecraft-server:java21"; @@ -55,6 +55,8 @@ MEMORY = "8G"; + ALLOW_FLIGHT = "true"; + #ENABLE_WHITELIST = "false"; #WHITELIST = ""; };