| 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.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.linux-builder.enable | Whether to enable Linux builder.
|
| 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.linux-builder.config | This option specifies extra NixOS configuration for the builder
|
| nix.linux-builder.package | This option specifies the Linux builder to use.
|
| nix.linux-builder.protocol | The protocol used for communicating with the build machine
|
| nix.linux-builder.ephemeral | Whether to enable wipe the builder's filesystem on every restart
|
| nix.linux-builder.workingDirectory | The working directory of the Linux builder daemon process.
|