about summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-04-26 13:12:44 -0700
committerBernardo Meurer <bernardo@meurer.org>2022-04-26 15:22:37 -0700
commitdcfaae66794be7ff958efe6460eee5f8438a7f45 (patch)
tree8d02965b1866c6a13d1180e3e4ce168654f7826f /nixos/modules/profiles
parent323f123f6afee22cc0c642988a12285ba0f11b3a (diff)
nixos/modules/profiles/all-hardware: add nvme to initrd modules
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/all-hardware.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix
index 25f68123a1da9..8347453d403b4 100644
--- a/nixos/modules/profiles/all-hardware.nix
+++ b/nixos/modules/profiles/all-hardware.nix
@@ -40,6 +40,9 @@ in
       # SD cards.
       "sdhci_pci"
 
+      # NVMe drives
+      "nvme"
+
       # Firewire support.  Not tested.
       "ohci1394" "sbp2"