| nix.nixPath | The default Nix expression search path, used by the Nix
evaluator to look up paths enclosed in angle brackets
(e.g. <nixpkgs>)
|
| nix.enable | Whether to enable Nix
|
| nix.checkConfig | If enabled (the default), checks for data type mismatches and that Nix
can parse the generated nix.conf.
|
| nix.extraOptions | Additional text appended to nix.conf.
|
| nix.settings | Configuration for Nix, see
https://nixos.org/manual/nix/stable/#sec-conf-file
for avalaible options
|
| nix.nrBuildUsers | Number of nixbld user accounts created to
perform secure concurrent builds
|
| nix.package | This option specifies the Nix package instance to use throughout the system.
|
| nix.buildMachines | This option lists the machines to be used if distributed builds are
enabled (see nix.distributedBuilds)
|
| nix.registry | A system-wide flake registry.
|
| nix.distributedBuilds | Whether to distribute builds to the machines listed in
nix.buildMachines.
|
| nix.daemonProcessType | Nix daemon process resource limits class
|
| nix.daemonIOLowPriority | Whether the Nix daemon process should considered to be low priority when
doing file system I/O.
|