mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
all-hardware.nix: add VMware support. (#27430)
NixOS does not boot in VMware guest without these modules
This commit is contained in:
parent
c226ee619a
commit
870375e19d
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue