fix: distributed builds
This commit is contained in:
parent
c4e96385a8
commit
bd1c8c260b
1 changed files with 2 additions and 2 deletions
|
|
@ -90,10 +90,10 @@
|
|||
|
||||
nix = {
|
||||
buildMachines = [{
|
||||
hostName = "noa@lambdaOS";
|
||||
hostName = "lambdaOS";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
maxJobs = 24;
|
||||
maxJobs = 5;
|
||||
speedFactor = 3;
|
||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
mandatoryFeatures = [ ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue