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
1 changed files with 2 additions and 2 deletions

View File

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