remove old minecraft container thingy
This commit is contained in:
parent
a4b70ffc72
commit
a0d00313a4
@ -111,6 +111,8 @@
|
|||||||
ripgrep
|
ripgrep
|
||||||
|
|
||||||
intel-gpu-tools
|
intel-gpu-tools
|
||||||
|
|
||||||
|
tmux
|
||||||
];
|
];
|
||||||
|
|
||||||
services.zfs = {
|
services.zfs = {
|
||||||
|
|||||||
6
flake.lock
generated
6
flake.lock
generated
@ -43,11 +43,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727487901,
|
"lastModified": 1727574772,
|
||||||
"narHash": "sha256-m+QPmso7l/SVPgrQz72PicSQgaaLs/Iyy+9eAyHY3+c=",
|
"narHash": "sha256-bPoftKOe6oWR2o5jgLQjmaBNH2ke7+ooDGxlXXIjsBc=",
|
||||||
"owner": "Infinidoge",
|
"owner": "Infinidoge",
|
||||||
"repo": "nix-minecraft",
|
"repo": "nix-minecraft",
|
||||||
"rev": "39983d066b08107165ba5757d03f414abb4e52c9",
|
"rev": "5ce4fc09d6fcf0b9d801ff3c98da83c56d85e045",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@ -12,24 +12,6 @@
|
|||||||
};
|
};
|
||||||
in
|
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 // {
|
gluetun.containerConfig = baseContainerConfig // {
|
||||||
image = "docker.io/qmcgaw/gluetun";
|
image = "docker.io/qmcgaw/gluetun";
|
||||||
name = "gluetun";
|
name = "gluetun";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user