[Boot] use systemd stage-1 init by default

This commit is contained in:
Antoine Viallon 2023-11-07 21:28:41 +01:00
parent de157af8a9
commit 821288263b
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -244,6 +244,9 @@ in {
initrd.kernelModules = [ ];
initrd.availableKernelModules = [ "ehci_pci" ];
# Required for many features, like rootluks TPM-unlock, etc.
initrd.systemd.enable = true;
kernelPackages = with myLib.debug; let
baseKernel = cfg.kernel.package;