| nix.buildMachines | This option lists the machines to be used if distributed builds are
enabled (see nix.distributedBuilds)
|
| nix.distributedBuilds | Whether to distribute builds to the machines listed in
nix.buildMachines.
|
| nix.buildMachines.*.hostName | The hostname of the build machine.
|
| nix.buildMachines.*.maxJobs | The number of concurrent jobs the build machine supports
|
| nix.buildMachines.*.sshUser | The username to log in as on the remote host
|
| nix.buildMachines.*.systems | The system types the build machine can execute derivations on.
|
| nix.buildMachines.*.sshKey | The path to the SSH private key with which to authenticate on
the build machine
|
| nix.buildMachines.*.speedFactor | The relative speed of this builder
|
| nix.buildMachines.*.publicHostKey | The (base64-encoded) public host key of this builder
|
| nix.buildMachines.*.protocol | The protocol used for communicating with the build machine
|
| nix.buildMachines.*.supportedFeatures | A list of features supported by this builder
|
| nix.buildMachines.*.mandatoryFeatures | A list of features mandatory for this builder
|