summary refs log tree commit diff
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2017-07-17 00:38:10 +0000
committerFranz Pletz <fpletz@fnordicwalking.de>2017-07-17 02:38:10 +0200
commit870375e19d1ec3ad69de7eb1c73c6c80cc214108 (patch)
treeac9e95de629e839d0d4947a5574ef12a0d81a1c2
parentc226ee619aa0dd573a0045f6b0b5437d662433b4 (diff)
downloadnixlib-870375e19d1ec3ad69de7eb1c73c6c80cc214108.tar
nixlib-870375e19d1ec3ad69de7eb1c73c6c80cc214108.tar.gz
nixlib-870375e19d1ec3ad69de7eb1c73c6c80cc214108.tar.bz2
nixlib-870375e19d1ec3ad69de7eb1c73c6c80cc214108.tar.lz
nixlib-870375e19d1ec3ad69de7eb1c73c6c80cc214108.tar.xz
nixlib-870375e19d1ec3ad69de7eb1c73c6c80cc214108.tar.zst
nixlib-870375e19d1ec3ad69de7eb1c73c6c80cc214108.zip
all-hardware.nix: add VMware support. (#27430)
NixOS does not boot in VMware guest without these modules
-rw-r--r--nixos/modules/profiles/all-hardware.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix
index 530b2fbffd1c..6e6ae98e19fc 100644
--- a/nixos/modules/profiles/all-hardware.nix
+++ b/nixos/modules/profiles/all-hardware.nix
@@ -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"