From de9ca058b66333666098ff5f3496506c9066a615 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 26 Jan 2025 00:46:53 -0500 Subject: [PATCH] oops disable rlcraft Signed-off-by: ahuston-0 --- systems/palatine-hill/docker/minecraft.nix | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/systems/palatine-hill/docker/minecraft.nix b/systems/palatine-hill/docker/minecraft.nix index 4f702f3..bd8a015 100644 --- a/systems/palatine-hill/docker/minecraft.nix +++ b/systems/palatine-hill/docker/minecraft.nix @@ -50,23 +50,23 @@ in ) ]; }; - rlcraft = { - image = "itzg/minecraft-server:java8"; - volumes = [ - "${minecraft_path}/rlcraft/modpacks:/modpacks:ro" - "${minecraft_path}/rlcraft/data:/data" - ]; - hostname = "rlcraft"; - environment = defaultEnv // { - VERSION = "1.12.2"; - CF_SLUG = "rlcraft"; - DIFFICULTY = "hard"; - ENABLE_COMMAND_BLOCK = "true"; - }; - extraOptions = defaultOptions; - log-driver = "local"; - environmentFiles = [ config.sops.secrets."docker/minecraft".path ]; - }; + # rlcraft = { + # image = "itzg/minecraft-server:java8"; + # volumes = [ + # "${minecraft_path}/rlcraft/modpacks:/modpacks:ro" + # "${minecraft_path}/rlcraft/data:/data" + # ]; + # hostname = "rlcraft"; + # environment = defaultEnv // { + # VERSION = "1.12.2"; + # CF_SLUG = "rlcraft"; + # DIFFICULTY = "hard"; + # ENABLE_COMMAND_BLOCK = "true"; + # }; + # extraOptions = defaultOptions; + # log-driver = "local"; + # environmentFiles = [ config.sops.secrets."docker/minecraft".path ]; + # }; bcg-plus = { image = "itzg/minecraft-server:java17"; volumes = [