chore(etna): remove atm9

This commit is contained in:
uku 2024-09-10 16:43:29 +02:00
parent 2cfa754175
commit 5069fa3f3d
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -9,21 +9,6 @@
secret = _utils.setupSingleSecret config "minecraftEnv" {};
atm9 = _utils.mkMinecraftServer config {
name = "atm9";
port = 25565;
remotePort = 6004;
tag = "java17";
memory = "8G";
envFiles = [secret.path];
env = {
USE_AIKAR_FLAGS = "true";
MOD_PLATFORM = "AUTO_CURSEFORGE";
CF_SLUG = "all-the-mods-9";
CF_FILE_ID = "5458414";
};
};
lynn = _utils.mkMinecraftServer config {
name = "lynn";
port = 25567;
@ -40,7 +25,6 @@ in {
imports = [
secret.generate
atm9
lynn
];