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 = {
|
nix = {
|
||||||
buildMachines = [{
|
buildMachines = [{
|
||||||
hostName = "noa@lambdaOS";
|
hostName = "lambdaOS";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
maxJobs = 24;
|
maxJobs = 5;
|
||||||
speedFactor = 3;
|
speedFactor = 3;
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue