From f8a11ae4fb41800b385127c36799c2a7019a2c4b Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 13 Mar 2025 15:03:46 +0100 Subject: [PATCH] common/nix: upgrade CPU scheduling policy --- hosts/common/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/nix.nix b/hosts/common/nix.nix index b10b8ac..eb1c876 100644 --- a/hosts/common/nix.nix +++ b/hosts/common/nix.nix @@ -14,6 +14,8 @@ package = unstable-pkgs.nixVersions.stable; distributedBuilds = config.networking.hostName != "tsuki"; + daemonCPUSchedPolicy = "batch"; + settings = { allow-dirty = true; allowed-uris = [ "http://" "https://" ];