0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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

This commit is contained in:
taku0 2017-02-05 11:46:27 +09:00
parent f9c684e152
commit 8dfa60ce73
2 changed files with 10 additions and 3 deletions

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"
];