fix: distributed builds

This commit is contained in:
Noa Aarts 2024-10-21 13:59:56 +02:00
parent c4e96385a8
commit bd1c8c260b
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -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 = [ ];