From e82d9f84e8915965582690617a532c15227496a3 Mon Sep 17 00:00:00 2001 From: satr14 Date: Mon, 29 Jun 2026 09:26:33 +0700 Subject: [PATCH] fix dup opt --- modules/system/homelab/mc.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/system/homelab/mc.nix b/modules/system/homelab/mc.nix index 7e20a9a..d72b998 100644 --- a/modules/system/homelab/mc.nix +++ b/modules/system/homelab/mc.nix @@ -65,10 +65,7 @@ in { }; "minecraft-server-${name}" = { environment.LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib"; # physics toys mod fix - serviceConfig = { - # Nice = -5; # higher scheduling priority - TimeoutStopSec = 180; # just in case saving takes a while - }; + # serviceConfig.Nice = -5; # higher scheduling priority }; };