mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
enable systemd in initrd
This commit is contained in:
parent
9530f26505
commit
ea825be67f
3 changed files with 8 additions and 6 deletions
|
@ -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."/" =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue