From df393abf9bbd399c9f4134e164d6dd5cc2eaefae Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Sat, 11 Nov 2023 03:17:51 +0300 Subject: [PATCH] disable minecraft server --- profiles/servers/minecraft.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";