enable systemd in initrd

This commit is contained in:
Rouven Seifert 2023-05-31 10:03:25 +02:00
parent 9530f26505
commit ea825be67f
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 8 additions and 6 deletions

View file

@ -12,6 +12,7 @@
boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.initrd.systemd.enable = true;
boot.extraModulePackages = [ ];
fileSystems."/" =