remove old minecraft container thingy

This commit is contained in:
2024-09-29 12:41:29 -04:00
parent a4b70ffc72
commit a0d00313a4
3 changed files with 5 additions and 21 deletions

View File

@@ -12,24 +12,6 @@
};
in
{
# minecraft-server.containerConfig = baseContainerConfig // {
# image = "docker.io/itzg/minecraft-server:java21-graalvm";
# name = "minecraft";
# environments = {
# TYPE = "QUILT";
# MEMORY = "4G";
# MOD_PLATFORM = "MODRINTH";
# USE_AIKAR_FLAGS = true;
# JVM_OPTS = "-XX:-UseJVMCICompiler";
# MODRINTH_MODPACK = "https://modrinth.com/modpack/sop";
# VERSION = "1.21.1";
# };
# publishPorts = [ "${builtins.toString service_configs.ports.minecraft}:25565" ];
# volumes = [ "${service_configs.minecraft.dir}:/data:z" ];
# };
gluetun.containerConfig = baseContainerConfig // {
image = "docker.io/qmcgaw/gluetun";
name = "gluetun";