MyNixOS website logo

Strings to prefix to the default system.nixos.label.

Useful for not loosing track of configurations built with different options, e.g.:

{
  system.nixos.tags = [ "with-xen" ];
  virtualisation.xen.enable = true;
}
Declarations
Type
list of string
Default
[ ]
Example
[
  "with-xen"
]