forked from Mirrors/nixos-infect
Add vmw_pvscsi kernel module (#115)
This is required when infecting VMs based on VMware Paravirtual SCSI on VMware vSphere ESXi hosts
This commit is contained in:
parent
318fc516d1
commit
b771fe1afa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue