Sponsor:

Your company here, and a link to your site. Click to find out more.

nixos-option - Man Page

inspect a NixOS configuration

Examples (TL;DR)

Synopsis

nixos-option [{-r | --recursive}] [-I path] [option.name]

Description

This command evaluates the configuration specified in /etc/nixos/configuration.nix and returns the properties of the option name given as argument.

When the option name is not an option, the command prints the list of attributes contained in the attribute set.

Options

This command accepts the following options:

-r,  --recursive

Print all the values at or below the specified path recursively.

-I path

This option is passed to the underlying nix-instantiate invocation.

Environment

NIXOS_CONFIG

Path to the main NixOS configuration module. Defaults to /etc/nixos/configuration.nix.

Examples

Investigate option values:

$ nixos-option boot.loader
This attribute set contains:
generationsDir
grub
initScript

$ nixos-option boot.loader.grub.enable
Value:
true

Default:
true

Description:
Whether to enable the GNU GRUB boot loader.

Declared by:
  "/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs/nixos/modules/system/boot/loader/grub/grub.nix"

Defined by:
  "/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs/nixos/modules/system/boot/loader/grub/grub.nix"

Bugs

The author listed in the following section is wrong. If there is any other bug, please report to Nicolas Pierron.

See Also

configuration.nix(5)

Author

Eelco Dolstra

Author

Info

01/01/1980 NixOS Reference Pages