minecraft: decrease version
All checks were successful
/ check (push) Successful in 31s

This commit is contained in:
notohh 2023-10-12 02:21:24 -04:00
parent fbdc5a3fc9
commit a40c81af7c
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

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