boot.initrd.systemd.enable

NixOS option

Whether to enable systemd in initrd. The unit options such as boot.initrd.systemd.services are the same as their stage 2 counterparts such as systemd.services, except that restartTriggers and reloadTriggers are not supported.

type: boolean
Default
true
Example
true
declared in: nixos/modules/system/boot/systemd/initrd.nixView source on NixOS/nixpkgs →