nixos-generate-config.pl, all-hardware.nix: Add support for Hyper-V

This commit is contained in:
taku0
2017-02-05 18:22:26 +09:00
parent f9c684e152
commit 8dfa60ce73
2 changed files with 10 additions and 3 deletions
+3
View File
@@ -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"
];