Update builder maxjobs
This commit is contained in:
parent
5fa4fefb36
commit
6b3f1bccb0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
hostName = "nixos-vm-01"; # Only availalbe on the Headscale network
|
hostName = "nixos-vm-01"; # Only availalbe on the Headscale network
|
||||||
sshUser = "albert";
|
sshUser = "albert";
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
maxJobs = 4;
|
maxJobs = 8;
|
||||||
speedFactor = 2;
|
speedFactor = 2;
|
||||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
|
|
Loading…
Reference in a new issue