| 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.settings | Configuration for Nix, see
https://nixos.org/manual/nix/stable/command-ref/conf-file.html or
nix.conf(5) for available options
|
| nix.checkConfig | If enabled, checks that Nix can parse the generated nix.conf.
|
| nix.checkAllErrors | If enabled, checks the nix.conf parsing for any kind of error
|
| nix.enable | Whether to enable Nix
|
| nix.extraOptions | Additional text appended to nix.conf.
|
| 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.daemonIOSchedClass | Nix daemon process I/O scheduling class
|
| nix.distributedBuilds | Whether to distribute builds to the machines listed in
nix.buildMachines.
|
| nix.daemonCPUSchedPolicy | Nix daemon process CPU scheduling policy
|
| nix.daemonIOSchedPriority | Nix daemon process I/O scheduling priority
|