system.nixos.tags

NixOS option

Strings to prefix to the default system.nixos.label. Useful for not losing track of configurations built with different options, e.g.: { system.nixos.tags = [ "with-xen" ]; virtualisation.xen.enable = true; }

type: list of string
Default
[ ]
Example
[
  "with-xen"
]
declared in: nixos/modules/misc/label.nixView source on NixOS/nixpkgs →