Infini-DL360/hydra: fix localhost build machine

This commit is contained in:
Infinidoge 2024-05-20 10:58:08 -04:00
parent 2f07641600
commit 6221cf7733
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -53,7 +53,9 @@ in
hostName = "localhost"; hostName = "localhost";
system = "x86_64-linux"; system = "x86_64-linux";
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ]; supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
maxJobs = 16; protocol = "ssh";
maxJobs = 32;
speedFactor = 16;
} }
]; ];
} }