| options/nixos/nix.nixPath | The default Nix expression search path, used by the Nix
evaluator to look up paths enclosed in angle brackets
(e.g. <nixpkgs>).
|
| options/home-manager/nix.nixPath | Adds new directories to the Nix expression search path
|
| options/darwin/nix.nixPath | The default Nix expression search path, used by the Nix
evaluator to look up paths enclosed in angle brackets
(e.g. <nixpkgs>)
|
| options/darwin/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
|
| options/nixos/nix.sshServe.write | Whether to enable writing to the Nix store as a remote store via SSH
|
| options/nixos/nix.sshServe.trusted | Whether to add nix-ssh to the nix.settings.trusted-users
|
| options/home-manager/nix.keepOldNixPath | Whether nix.nixPath should keep the previously set values in
NIX_PATH.
|
| options/nixos/nix.gc.dates | How often or when garbage collection is performed
|
| options/home-manager/nix.gc.dates | When to run the Nix garbage collector
|
| options/home-manager/nix.settings | Configuration for Nix; see nix.conf(5) for available options
|
| options/nixos/nix.sshServe.keys | A list of SSH public keys allowed to access the binary cache via SSH.
|
| options/nixos/nix.settings | Configuration for Nix, see
https://nixos.org/manual/nix/stable/command-ref/conf-file.html or
nix.conf(5) for available options
|
| options/darwin/nix.linux-builder.systems | This option specifies system types the build machine can execute derivations on
|
| options/darwin/nix.enable | Whether to enable Nix
|
| options/nixos/nix.checkConfig | If enabled, checks that Nix can parse the generated nix.conf.
|
| options/darwin/nix.linux-builder.speedFactor | The relative speed of the Linux builder
|
| options/home-manager/nix.checkConfig | If enabled (the default), checks for data type mismatches and that Nix
can parse the generated nix.conf.
|
| options/darwin/nix.checkConfig | If enabled (the default), checks for data type mismatches and that Nix
can parse the generated nix.conf.
|
| options/nixos/nix.gc.options | Options given to nix-collect-garbage when the garbage collector is run automatically.
|
| options/home-manager/nix.gc.options | Options given to nix-collect-garbage when the
garbage collector is run automatically.
|
| options/darwin/nix.gc.options | Options given to nix-collect-garbage when the
garbage collector is run automatically.
|
| options/nixos/nix.buildMachines.*.sshUser | The username to log in as on the remote host
|
| options/home-manager/nix.buildMachines.*.sshUser | The username to log in as on the remote host
|
| options/darwin/nix.buildMachines.*.sshUser | The username to log in as on the remote host
|
| options/nixos/nix.checkAllErrors | If enabled, checks the nix.conf parsing for any kind of error
|
| options/nixos/nix.sshServe.enable | Whether to enable serving the Nix store as a remote store via SSH.
|
| options/nixos/nix.extraOptions | Additional text appended to nix.conf.
|
| options/home-manager/nix.extraOptions | Additional text appended to nix.conf.
|
| options/darwin/nix.extraOptions | Additional text appended to nix.conf.
|
| options/nixos/nix.enable | Whether to enable Nix
|
| options/nixos/nix.settings.require-sigs | If enabled (the default), Nix will only download binaries from binary caches if
they are cryptographically signed with any of the keys listed in
nix.settings.trusted-public-keys
|
| options/darwin/nix.settings.require-sigs | If enabled (the default), Nix will only download binaries from binary caches if
they are cryptographically signed with any of the keys listed in
nix.settings.trusted-public-keys
|
| options/darwin/nix.gc.interval | The calendar interval at which the garbage collector will run
|
| options/nixos/nix.settings.allowed-users | A list of names of users (separated by whitespace) that are
allowed to connect to the Nix daemon
|
| options/darwin/nix.settings.allowed-users | A list of names of users (separated by whitespace) that are
allowed to connect to the Nix daemon
|
| options/home-manager/nix.registry.<name>.to | The flake reference to which from> is to be rewritten.
|
| options/darwin/nix.registry.<name>.to | The flake reference from is rewritten to.
|
| options/nixos/nix.optimise.dates | Specification (in the format described by
systemd.time(7)) of the time at
which the optimiser will run.
|
| options/nixos/nix.sshServe.protocol | The specific Nix-over-SSH protocol to use.
|
| options/nixos/nix.settings.trusted-public-keys | List of public keys used to sign binary caches
|
| options/darwin/nix.settings.trusted-public-keys | List of public keys used to sign binary caches
|
| options/darwin/nix.settings | Configuration for Nix, see
https://nixos.org/manual/nix/stable/#sec-conf-file
for avalaible options
|
| options/nixos/nix.registry.<name>.to | The flake reference from is rewritten to
|
| options/home-manager/nix.registry.<name>.from | The flake reference to be rewritten.
|
| options/darwin/nix.registry.<name>.from | The flake reference to be rewritten.
|
| options/darwin/nix.settings.auto-optimise-store | If set to true, Nix automatically detects files in the store that have
identical contents, and replaces them with hard links to a single copy
|
| options/darwin/nix.channel.enable | Whether the nix-channel command and state files are made available on the machine
|
| options/nixos/nix.channel.enable | Whether the nix-channel command and state files are made available on the machine
|
| options/nixos/nix.nrBuildUsers | Number of nixbld user accounts created to
perform secure concurrent builds
|
| options/darwin/nix.nrBuildUsers | Number of nixbld user accounts created to
perform secure concurrent builds
|
| options/nixos/nix.gc.automatic | Automatically run the garbage collector at a specific time.
|
| options/darwin/nix.gc.automatic | Automatically run the garbage collector at a specific time.
|
| options/home-manager/nix.package | The nix package to use.
|
| options/nixos/nix.firewall.enable | Whether to enable firewalling for outgoing traffic of the nix daemon.
|
| options/nixos/nix.registry.<name>.from | The flake reference to be rewritten
|
| options/nixos/nix.buildMachines | This option lists the machines to be used if distributed builds are
enabled (see nix.distributedBuilds)
|
| options/home-manager/nix.buildMachines | This option lists the machines to be used if distributed builds are
enabled (see nix.distributedBuilds)
|
| options/darwin/nix.buildMachines | This option lists the machines to be used if distributed builds are
enabled (see nix.distributedBuilds)
|
| options/nixos/nix.package | This option specifies the Nix package instance to use throughout the system.
|
| options/darwin/nix.package | This option specifies the Nix package instance to use throughout the system.
|
| options/darwin/nix.linux-builder.enable | Whether to enable Linux builder.
|
| options/nixos/nix.registry.<name>.flake | The flake input from is rewritten to.
|
| options/home-manager/nix.registry.<name>.flake | The flake input to which from> is to be rewritten.
|
| options/darwin/nix.registry.<name>.flake | The flake input from is rewritten to.
|
| options/home-manager/nix.gc.automatic | Automatically run the garbage collector at a specific time
|
| options/darwin/nix.linux-builder.supportedFeatures | A list of features supported by the Linux builder
|
| options/darwin/nix.linux-builder.mandatoryFeatures | A list of features mandatory for the Linux builder
|
| options/nixos/nix.settings.max-jobs | This option defines the maximum number of jobs that Nix will try to
build in parallel
|
| options/darwin/nix.settings.max-jobs | This option defines the maximum number of jobs that Nix will try to
build in parallel
|
| options/nixos/nix.registry.<name>.exact | Whether the from reference needs to match exactly
|
| options/home-manager/nix.registry.<name>.exact | Whether the from reference needs to match exactly
|
| options/darwin/nix.registry.<name>.exact | Whether the from reference needs to match exactly
|
| options/darwin/nix.linux-builder.config | This option specifies extra NixOS configuration for the builder
|
| options/nixos/nix.settings.cores | This option defines the maximum number of concurrent tasks during
one build
|
| options/darwin/nix.settings.cores | This option defines the maximum number of concurrent tasks during
one build
|
| options/darwin/nix.linux-builder.package | This option specifies the Linux builder to use.
|
| options/nixos/nix.buildMachines.*.hostName | The hostname of the build machine.
|
| options/home-manager/nix.buildMachines.*.hostName | The hostname of the build machine.
|
| options/darwin/nix.buildMachines.*.hostName | The hostname of the build machine.
|
| options/nixos/nix.firewall.allowNonTCPUDP | Whether to allow traffic that is neither TCP nor UDP
|
| options/nixos/nix.buildMachines.*.maxJobs | The number of concurrent jobs the build machine supports
|
| options/home-manager/nix.buildMachines.*.maxJobs | The number of concurrent jobs the build machine supports
|
| options/darwin/nix.buildMachines.*.maxJobs | The number of concurrent jobs the build machine supports
|
| options/nixos/nix.buildMachines.*.sshKey | The path to the SSH private key with which to authenticate on
the build machine
|
| options/home-manager/nix.buildMachines.*.sshKey | The path to the SSH private key with which to authenticate on
the build machine
|
| options/darwin/nix.buildMachines.*.sshKey | The path to the SSH private key with which to authenticate on
the build machine
|
| options/home-manager/nix.gc.persistent | If true, the time when the service unit was last triggered is
stored on disk
|
| options/home-manager/nix.registry | User level flake registry.
|
| options/darwin/nix.registry | A system-wide flake registry.
|
| options/darwin/nix.optimise.interval | The calendar interval at which the optimiser will run
|
| options/nixos/nix.registry | A system-wide flake registry
|
| options/nixos/nix.buildMachines.*.system | The system type the build machine can execute derivations on
|
| options/darwin/nix.buildMachines.*.system | The system type the build machine can execute derivations on
|
| options/nixos/nix.gc.persistent | Takes a boolean argument
|
| options/nixos/nix.firewall.allowedTCPPorts | TCP ports to which traffic is allowed
|
| options/nixos/nix.firewall.allowedUDPPorts | UDP ports to which traffic is allowed
|
| options/darwin/nix.settings.trusted-substituters | List of binary cache URLs that non-root users can use (in
addition to those specified using
nix.settings.substituters) by passing
--option binary-caches to Nix commands.
|
| options/nixos/nix.settings.trusted-substituters | List of binary cache URLs that non-root users can use (in
addition to those specified using
nix.settings.substituters) by passing
--option binary-caches to Nix commands.
|
| options/home-manager/nix.channels | A declarative alternative to Nix channels
|
| options/darwin/nix.settings.sandbox | If set, Nix will perform builds in a sandboxed environment that it
will set up automatically for each build
|