MyNixOS website logo

Configuration for Nix, see https://nixos.org/manual/nix/stable/#sec-conf-file for avalaible options. The value declared here will be translated directly to the key-value pairs Nix expects.

Nix configurations defined under nix.* will be translated and applied to this option. In addition, configuration specified in nix.extraOptions which will be appended verbatim to the resulting config file.

Declarations
    Type
    attribute set of (Nix config atom (null, bool, int, float, str, path or package) or list of (Nix config atom (null, bool, int, float, str, path or package)))
    Default
    { }