| nix.buildMachines | This option lists the machines to be used if distributed builds are
enabled (see nix.distributedBuilds)
|
| nix.linux-builder.systems | This option specifies system types the build machine can execute derivations on
|
| nix.linux-builder.speedFactor | The relative speed of the Linux builder
|
| nix.distributedBuilds | Whether to distribute builds to the machines listed in
nix.buildMachines.
|
| nix.linux-builder.maxJobs | Instead of setting this directly, you should set
nix.linux-builder.config.virtualisation.cores to configure
the amount of cores the Linux builder should have
|
| nix.linux-builder.supportedFeatures | A list of features supported by the Linux builder
|
| nix.linux-builder.mandatoryFeatures | A list of features mandatory for the Linux builder
|
| 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.*.system | The system type 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.*.systems | The system types the build machine can execute derivations on
|
| 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
|