boot.initrd.systemd.additionalUpstreamUnits

NixOS option

Additional units shipped with systemd that shall be enabled.

type: list of string
Default
[ ]
Example
[
  "debug-shell.service"
  "systemd-quotacheck.service"
]
declared in: nixos/modules/system/boot/systemd/initrd.nixView source on NixOS/nixpkgs →