Distributed build: Difference between revisions

m Changed `nix store ping` to `nix store info`, because of the warning: 'ping' is a deprecated alias for 'info'.
Mse63 (talk | contribs)
corrected speedFactor comment
 
Line 145: Line 145:
     # default is 1 but may keep the builder idle in between builds
     # default is 1 but may keep the builder idle in between builds
     maxJobs = 3;
     maxJobs = 3;
     # how fast is the builder compared to your local machine
     # how fast is the builder compared to other remote builders
     speedFactor = 2;
     speedFactor = 2;
     supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
     supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];