hydra: bump buildCores to 40

This commit is contained in:
Astro 2022-06-23 22:02:30 +02:00
parent 46a064ebc6
commit 836c24ebb9
1 changed files with 1 additions and 1 deletions

View File

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