home

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

commit 4b3adc9e2cbc853634660b3da085943504e51bdf
parent d9d859efb13de19897b5134e7fdfefe4e3129ad6
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  2 Oct 2020 11:37:57 +0200

systems: 32 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 = 12; + nrBuildUsers = 32; #nrBuildUsers = config.nix.maxJobs * 2; trustedUsers = [ "root" "@wheel" ]; useSandbox = true;