Merge pull request #30280 from woffs/speed

nix-daemon: mention speedFactor in example
This commit is contained in:
Jörg Thalheim 2017-10-11 11:26:39 +01:00 committed by GitHub
commit 6b3b708501

View File

@ -189,6 +189,7 @@ in
sshKey = "/root/.ssh/id_buildfarm";
system = "x86_64-linux";
maxJobs = 2;
speedFactor = 2;
supportedFeatures = [ "kvm" ];
mandatoryFeatures = [ "perf" ];
}