Compare commits

...

2 commits

Author SHA1 Message Date
a40c81af7c
minecraft: decrease version
All checks were successful
/ check (push) Successful in 31s
2023-10-12 02:21:24 -04:00
fbdc5a3fc9
tsuki: remove duplicate package 2023-10-12 02:21:00 -04:00
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,6 @@
};
environment.systemPackages = with pkgs; [
wget
dconf
polkit_gnome
libvirt

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