summary refs log tree commit diff
path: root/nixos/modules/profiles/all-hardware.nix
diff options
context:
space:
mode:
authorrushmorem <rushmore@webenchanter.com>2015-06-17 19:26:17 +0200
committerrushmorem <rushmore@webenchanter.com>2015-06-17 19:26:17 +0200
commitd9c56c696f2b05571a6b9b8db1f7e0d83081e852 (patch)
treebd18eb7cd4367f37df23e9d5cb961b97289646b9 /nixos/modules/profiles/all-hardware.nix
parentbc7f28f19abc86ddf266ecc73411ab83571119de (diff)
downloadnixpkgs-d9c56c696f2b05571a6b9b8db1f7e0d83081e852.tar
nixpkgs-d9c56c696f2b05571a6b9b8db1f7e0d83081e852.tar.gz
nixpkgs-d9c56c696f2b05571a6b9b8db1f7e0d83081e852.tar.bz2
nixpkgs-d9c56c696f2b05571a6b9b8db1f7e0d83081e852.tar.lz
nixpkgs-d9c56c696f2b05571a6b9b8db1f7e0d83081e852.tar.xz
nixpkgs-d9c56c696f2b05571a6b9b8db1f7e0d83081e852.tar.zst
nixpkgs-d9c56c696f2b05571a6b9b8db1f7e0d83081e852.zip
Replaces https://github.com/NixOS/nixpkgs/pull/8368
Diffstat (limited to 'nixos/modules/profiles/all-hardware.nix')
-rw-r--r--nixos/modules/profiles/all-hardware.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix
index 6385ee69500..99b45228ce4 100644
--- a/nixos/modules/profiles/all-hardware.nix
+++ b/nixos/modules/profiles/all-hardware.nix
@@ -40,7 +40,7 @@
       "ohci1394" "sbp2"
 
       # Virtio (QEMU, KVM etc.) support.
-      "virtio_net" "virtio_pci" "virtio_blk" "virtio_balloon" "virtio_console"
+      "virtio_net" "virtio_pci" "virtio_blk" "virtio_scsi" "virtio_balloon" "virtio_console"
 
       # Keyboards
       "usbhid" "hid_apple" "hid_logitech_dj" "hid_lenovo_tpkbd" "hid_roccat"