3
0
Fork 0
forked from mirrors/nixpkgs

nix-daemon: mention speedFactor in example

This commit is contained in:
Frank Doepper 2017-10-10 15:07:35 +02:00
parent 79ae9be220
commit 08bf000fe2

View file

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