fix(whitby): Increase nrBuildUsers to 128
Change-Id: I3a444e163745d17d10f923c0be7565840937c53a Reviewed-on: https://cl.tvl.fyi/c/depot/+/1662 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
bc1293b944
commit
81f09b2dcd
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ in lib.fix(self: {
|
|||
time.timeZone = "UTC";
|
||||
|
||||
nix = {
|
||||
nrBuildUsers = 128;
|
||||
maxJobs = lib.mkDefault 64;
|
||||
extraOptions = ''
|
||||
secret-key-files = /etc/secrets/nix-cache-privkey
|
||||
|
|
Loading…
Reference in a new issue