forked from mirrors/nixpkgs
Merge pull request #30280 from woffs/speed
nix-daemon: mention speedFactor in example
This commit is contained in:
commit
6b3b708501
|
@ -189,6 +189,7 @@ in
|
|||
sshKey = "/root/.ssh/id_buildfarm";
|
||||
system = "x86_64-linux";
|
||||
maxJobs = 2;
|
||||
speedFactor = 2;
|
||||
supportedFeatures = [ "kvm" ];
|
||||
mandatoryFeatures = [ "perf" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue