hydra: more parallism with less jobs

This commit is contained in:
Sandro - 2022-07-09 00:57:42 +02:00
parent a890058b8f
commit 321ff05045
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -23,8 +23,8 @@
nix = { nix = {
useSandbox = false; useSandbox = false;
maxJobs = 4; maxJobs = 8;
buildCores = 40; buildCores = 20;
autoOptimiseStore = true; autoOptimiseStore = true;
sshServe.enable = true; sshServe.enable = true;
trustedUsers = [ "@wheel" ]; trustedUsers = [ "@wheel" ];