diff --git a/common/hardware/oracle-vm.nix b/common/hardware/oracle-vm.nix index bf76591..3c56990 100644 --- a/common/hardware/oracle-vm.nix +++ b/common/hardware/oracle-vm.nix @@ -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"