forked from the-distro/infra
feat(common/hardware/oracle-vm): enable systemd initrd
Let's minimize the amount of scripted initrd stuff if we can. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
1e421889e4
commit
7e205b16d0
|
@ -22,6 +22,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.initrd.systemd.enable = true;
|
||||
|
||||
boot.initrd.availableKernelModules = [
|
||||
"xhci_pci" "virtio_pci" "usbhid" "sr_mod"
|
||||
|
|
Loading…
Reference in a new issue