From 761120b211e3f5c8a8f4a6fe3f769bb5c4b4fe24 Mon Sep 17 00:00:00 2001 From: yukkop Date: Sun, 13 Sep 2026 12:58:01 +0000 Subject: [PATCH] fix: anitcheat in project zomboid --- nixos/module/hectic/service/project-zomboid.nix | 1 + nixos/system/hectic-lab/hectic-lab.nix | 1 + 2 files changed, 2 insertions(+) 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;