From 301f257ed61b4f97bc2e5aa193ac8df7748d54b0 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 5 Apr 2025 23:37:56 -0500 Subject: [PATCH] disable minecraft server to save resources --- system-config/configuration/homebox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index 8253399..5887a14 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -252,7 +252,7 @@ nh.enable = true; ollama.enable = true; wyoming.enable = true; - minecraft.enable = true; + minecraft.enable = false; steam.enable = false; virtualization = { traefik.enable = true;