From 836c24ebb942af5ffbdf25b6fc187ab42134b999 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 23 Jun 2022 22:02:30 +0200 Subject: [PATCH] hydra: bump buildCores to 40 --- hosts/hydra/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hydra/default.nix b/hosts/hydra/default.nix index 8e3494b6..8f5a25e6 100644 --- a/hosts/hydra/default.nix +++ b/hosts/hydra/default.nix @@ -23,7 +23,7 @@ nix = { useSandbox = false; maxJobs = 4; - buildCores = 16; + buildCores = 40; autoOptimiseStore = true; sshServe.enable = true; trustedUsers = [ "@wheel" ];