allow flight

This commit is contained in:
2026-04-30 22:15:33 -05:00
parent eb0fb0b3db
commit d3eeb70fde

View File

@@ -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 = "";
};