summary refs log tree commit diff
path: root/nixos/modules/profiles/all-hardware.nix
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2017-02-05 11:46:27 +0900
committertaku0 <mxxouy6x3m_github@tatapa.org>2017-02-05 18:22:26 +0900
commit8dfa60ce73f6bb9128fb577a8d0df3f8b86f3ddf (patch)
tree25bf6c6fed0a7c95fd7b7d4b0f4f4f6864ccbe2a /nixos/modules/profiles/all-hardware.nix
parentf9c684e1528c6e595580f4c6cdb3d6f22ae6a2e4 (diff)
downloadnixpkgs-8dfa60ce73f6bb9128fb577a8d0df3f8b86f3ddf.tar
nixpkgs-8dfa60ce73f6bb9128fb577a8d0df3f8b86f3ddf.tar.gz
nixpkgs-8dfa60ce73f6bb9128fb577a8d0df3f8b86f3ddf.tar.bz2
nixpkgs-8dfa60ce73f6bb9128fb577a8d0df3f8b86f3ddf.tar.lz
nixpkgs-8dfa60ce73f6bb9128fb577a8d0df3f8b86f3ddf.tar.xz
nixpkgs-8dfa60ce73f6bb9128fb577a8d0df3f8b86f3ddf.tar.zst
nixpkgs-8dfa60ce73f6bb9128fb577a8d0df3f8b86f3ddf.zip
nixos-generate-config.pl, all-hardware.nix: Add support for Hyper-V
Diffstat (limited to 'nixos/modules/profiles/all-hardware.nix')
-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 99b45228ce4..6b4d8c737eb 100644
--- a/nixos/modules/profiles/all-hardware.nix
+++ b/nixos/modules/profiles/all-hardware.nix
@@ -42,6 +42,9 @@
       # Virtio (QEMU, KVM etc.) support.
       "virtio_net" "virtio_pci" "virtio_blk" "virtio_scsi" "virtio_balloon" "virtio_console"
 
+      # Hyper-V support.
+      "hv_storvsc"
+
       # Keyboards
       "usbhid" "hid_apple" "hid_logitech_dj" "hid_lenovo_tpkbd" "hid_roccat"
     ];