allow flight
This commit is contained in:
@@ -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 = "";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user