hydra: set nix-daemon to idle scheduling

This commit is contained in:
Astro 2022-01-09 01:50:32 +01:00
parent 37c3082fea
commit 6cf3ca9441
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ in {
supportedFeatures = [ "nixos-test" "big-parallel" "benchmark" ];
maxJobs = 4;
} ];
daemonCPUSchedPolicy = "idle";
daemonIOSchedClass = "idle";
daemonIOSchedPriority = 7;
};
services.hydra = {