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:
parent
f9c684e152
commit
8dfa60ce73
2 changed files with 10 additions and 3 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue