diff --git a/nixos/module/hectic/service/project-zomboid.nix b/nixos/module/hectic/service/project-zomboid.nix index c9793d12..65876e16 100644 --- a/nixos/module/hectic/service/project-zomboid.nix +++ b/nixos/module/hectic/service/project-zomboid.nix @@ -199,6 +199,7 @@ in { ExecStart = startScript; Restart = "on-failure"; RestartSec = 5; + TimeoutStartSec = "15min"; TimeoutStopSec = 30; UMask = "0077"; }; diff --git a/nixos/system/hectic-lab/hectic-lab.nix b/nixos/system/hectic-lab/hectic-lab.nix index 9c12d28c..672f0195 100644 --- a/nixos/system/hectic-lab/hectic-lab.nix +++ b/nixos/system/hectic-lab/hectic-lab.nix @@ -101,6 +101,7 @@ in { DoLuaChecksum = false; Public = true; AntiCheatPermission = 3; + AntiCheatSpeed = 3; }; sandboxProperties = { StartMonth = 12;