diff --git a/nixos-infect b/nixos-infect index 454bac6..b63189c 100755 --- a/nixos-infect +++ b/nixos-infect @@ -60,7 +60,7 @@ EOF { imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; $bootcfg - boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" ]; + boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "vmw_pvscsi" "xen_blkfront" ]; boot.initrd.kernelModules = [ "nvme" ]; fileSystems."/" = { device = "$rootfsdev"; fsType = "$rootfstype"; }; $swapcfg