| nix.nixPath | Adds new directories to the Nix expression search path
|
| nix.keepOldNixPath | Whether nix.nixPath should keep the previously set values in
NIX_PATH.
|
| nix.gc.dates | When to run the Nix garbage collector
|
| nix.settings | Configuration for Nix; see nix.conf(5) for available options
|
| nix.checkConfig | If enabled (the default), checks for data type mismatches and that Nix
can parse the generated nix.conf.
|
| nix.gc.options | Options given to nix-collect-garbage when the
garbage collector is run automatically.
|
| nix.buildMachines.*.sshUser | The username to log in as on the remote host
|
| nix.extraOptions | Additional text appended to nix.conf.
|
| nix.registry.<name>.to | The flake reference to which from> is to be rewritten.
|
| nix.registry.<name>.from | The flake reference to be rewritten.
|
| nix.package | The nix package to use.
|
| nix.buildMachines | This option lists the machines to be used if distributed builds are
enabled (see nix.distributedBuilds)
|
| nix.registry.<name>.flake | The flake input to which from> is to be rewritten.
|
| nix.gc.automatic | Automatically run the garbage collector at a specific time
|
| nix.registry.<name>.exact | Whether the from reference needs to match exactly
|
| nix.buildMachines.*.hostName | The hostname of the build machine.
|
| nix.buildMachines.*.maxJobs | The number of concurrent jobs the build machine supports
|
| nix.registry | User level flake registry.
|
| nix.buildMachines.*.sshKey | The path to the SSH private key with which to authenticate on
the build machine
|
| nix.gc.persistent | If true, the time when the service unit was last triggered is
stored on disk
|
| nix.channels | A declarative alternative to Nix channels
|
| nix.buildMachines.*.systems | The system types the build machine can execute derivations on.
|
| nix.gc.randomizedDelaySec | Add a randomized delay before each garbage collection
|
| nix.buildMachines.*.speedFactor | The relative speed of this builder
|
| nix.buildMachines.*.publicHostKey | The (base64-encoded) public host key of this builder
|
| nix.distributedBuilds | Whether to distribute builds to the machines listed in
nix.buildMachines.
|
| 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
|
| programs.rclone.requiresUnit | The name of a systemd user service that must complete before the rclone
configuration file is written
|