sora: remove glances, enable minecraft

This commit is contained in:
notohh 2025-03-17 05:38:01 -04:00
parent 9582abc5ce
commit b691294b08
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 4 additions and 17 deletions

View file

@ -7,12 +7,11 @@
./attic.nix
./tailscale.nix
./croc.nix
./glances.nix
### game servers
# ./terraria.nix
# ./factorio.nix
# ./minecraft.nix
./minecraft.nix
# ./foundryvtt.nix
];
}

View file

@ -1,10 +0,0 @@
_: {
virtualisation.oci-containers.containers.glances = {
image = "nicolargo/glances@sha256:b6908ea9d3dcb99d82114bc5fb6fc3b4ae515025427f96cc9125609c11f46651"; #v3.4.0.5
ports = ["61208-61209:61208-61209"];
volumes = ["/var/run/docker.sock:/var/run/docker.sock"];
environment = {
GLANCES_OPT = "-w";
};
};
}

View file

@ -6,11 +6,9 @@ _: {
ports = ["25565:25565" "24454:24454/udp"];
environment = {
EULA = "TRUE";
VERSION = "1.20.1";
MEMORY = "6G";
TYPE = "FABRIC";
# FABRIC_LOADER_VERSION = "0.15.11";
# FABRIC_LAUNCHER_VERSION = "0.11.2";
VERSION = "1.21.1";
MEMORY = "12G";
TYPE = "NEOFORGE";
};
volumes = ["/home/notoh/docker/modded-mc:/data:rw"];
};