mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-12 01:37:53 +08:00
remote: speed factor
This commit is contained in:
parent
c5dec72a20
commit
786ed1592a
1 changed files with 2 additions and 2 deletions
|
|
@ -19,11 +19,11 @@ in
|
|||
hostName = buildHost;
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
# if the builder supports building for multiple architectures,
|
||||
# if the builder supports building for multiple architectures,
|
||||
# replace the previous line by, e.g.,
|
||||
# systems = ["x86_64-linux" "aarch64-linux"];
|
||||
maxJobs = 16;
|
||||
speedFactor = 1;
|
||||
speedFactor = 2;
|
||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
mandatoryFeatures = [ ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue