systemd.user.generators
NixOS option
Definition of systemd generators; see systemd.generator(5). For each NAME = VALUE pair of the attrSet, a link is generated from /etc/systemd/user-generators/NAME to VALUE.
type: attribute set of absolute pathDefault
{ }Example
declared in: nixos/modules/system/boot/systemd/user.nixView source on NixOS/nixpkgs →{
systemd-gpt-auto-generator = "/dev/null";
}