all-hardware.nix: add VMware support. (#27430)

NixOS does not boot in VMware guest without these modules
This commit is contained in:
volth 2017-07-17 00:38:10 +00:00 committed by Franz Pletz
parent c226ee619a
commit 870375e19d

View file

@ -41,6 +41,9 @@
# Virtio (QEMU, KVM etc.) support.
"virtio_net" "virtio_pci" "virtio_blk" "virtio_scsi" "virtio_balloon" "virtio_console"
# VMware support.
"mptspi" "vmw_balloon" "vmwgfx" "vmw_vmci" "vmw_vsock_vmci_transport" "vmxnet3" "vsock"
# Hyper-V support.
"hv_storvsc"