minecraft: decrease version
All checks were successful
/ check (push) Successful in 31s
All checks were successful
/ check (push) Successful in 31s
This commit is contained in:
parent
fbdc5a3fc9
commit
a40c81af7c
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
_: {
|
||||
networking.firewall.allowedTCPPorts = [25565];
|
||||
networking.firewall.allowedUDPPorts = [25565];
|
||||
virtualisation.oci-containers.containers.minecraft = {
|
||||
image = "itzg/minecraft-server";
|
||||
ports = ["25565:25565"];
|
||||
environment = {
|
||||
EULA = "TRUE";
|
||||
VERSION = "1.20.2";
|
||||
VERSION = "1.19.2";
|
||||
MEMORY = "4G";
|
||||
TYPE = "FABRIC";
|
||||
FABRIC_LOADER_VERSION = "0.14.23";
|
||||
|
|
Loading…
Reference in a new issue