summaryrefslogtreecommitdiffstats
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-08-23 01:42:21 +0000
committervolth <volth@volth.com>2018-08-23 01:42:34 +0000
commitd4ef7c677222c9ec9beead50ffe45825459a4b49 (patch)
treeb669b24b56e0a7973ac51ac93ac1323f47852113 /nixos/modules/profiles
parentecd9d74d973e9942574e77697cfb8db6c76d1764 (diff)
usb-storage -> uas
Following up https://github.com/NixOS/nixpkgs/pull/23665 Bootable USB-drives are not limited to ISO-images, there can be "normal" MBR/GPT-partitioned disk connected via USB-rack. Also, "uas" implies "usb-storage", so there is no need to mention both.
Diffstat (limited to 'nixos/modules/profiles')
-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 0d7124be0a5c..19f821ae17f3 100644
--- a/nixos/modules/profiles/all-hardware.nix
+++ b/nixos/modules/profiles/all-hardware.nix
@@ -33,7 +33,7 @@
# USB support, especially for booting from USB CD-ROM
# drives.
- "usb_storage"
+ "uas"
# Firewire support. Not tested.
"ohci1394" "sbp2"