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") ];
|
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
|
||||||
$bootcfg
|
$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" ];
|
boot.initrd.kernelModules = [ "nvme" ];
|
||||||
fileSystems."/" = { device = "$rootfsdev"; fsType = "$rootfstype"; };
|
fileSystems."/" = { device = "$rootfsdev"; fsType = "$rootfstype"; };
|
||||||
$swapcfg
|
$swapcfg
|
||||||
|
|
Loading…
Reference in a new issue