feat: increase distributed build job amount

This commit is contained in:
Noa Aarts 2024-10-21 11:57:01 +02:00
parent 0922887c9b
commit 0ef5e0b9a6
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -93,7 +93,7 @@
hostName = "noa@lambdaOS"; hostName = "noa@lambdaOS";
system = "x86_64-linux"; system = "x86_64-linux";
protocol = "ssh-ng"; protocol = "ssh-ng";
maxJobs = 4; maxJobs = 24;
speedFactor = 3; speedFactor = 3;
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
mandatoryFeatures = [ ]; mandatoryFeatures = [ ];