diff --git a/profiles/servers/minecraft.nix b/profiles/servers/minecraft.nix index 507826c..01c7519 100644 --- a/profiles/servers/minecraft.nix +++ b/profiles/servers/minecraft.nix @@ -38,7 +38,7 @@ in { eula = true; instances = { statech = { - enable = true; + enable = false; inherit rsyncSSHKeys jvmOpts; jvmMaxAllocation = "6144m"; jvmInitialAllocation = "6144m";