home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 017ae7737412b7248232d27c701649723a942b96
parent d66c333a4901b42375d55ca51b1699740a2a1f7a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 28 Sep 2020 09:51:39 +0200

systems: up the number of build users

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/core/nix.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/modules/core/nix.nix b/systems/modules/core/nix.nix @@ -77,7 +77,7 @@ in automatic = true; dates = [ "01:10" "12:10" ]; }; - nrBuildUsers = 4; + nrBuildUsers = 12; #nrBuildUsers = config.nix.maxJobs * 2; trustedUsers = [ "root" "@wheel" ]; useSandbox = true;