summary refs log tree commit diff
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2023-09-10 15:39:08 +0200
committerajs124 <git@ajs124.de>2023-09-10 15:39:54 +0200
commit5ccc7d632b07f5b18e2e874dcdeb881a6948f2d9 (patch)
treef0067b8fbe33970b7cb25965fe58a39c61eea76f
parent6fed5bcac6303255fb6ba01a070f4ef506943742 (diff)
downloadnixpkgs-5ccc7d632b07f5b18e2e874dcdeb881a6948f2d9.tar
nixpkgs-5ccc7d632b07f5b18e2e874dcdeb881a6948f2d9.tar.gz
nixpkgs-5ccc7d632b07f5b18e2e874dcdeb881a6948f2d9.tar.bz2
nixpkgs-5ccc7d632b07f5b18e2e874dcdeb881a6948f2d9.tar.lz
nixpkgs-5ccc7d632b07f5b18e2e874dcdeb881a6948f2d9.tar.xz
nixpkgs-5ccc7d632b07f5b18e2e874dcdeb881a6948f2d9.tar.zst
nixpkgs-5ccc7d632b07f5b18e2e874dcdeb881a6948f2d9.zip
nixos/boot/kernel: include nvme kmod by default
-rw-r--r--nixos/modules/system/boot/kernel.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index 9ea61191967..6b07686efcb 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -269,6 +269,9 @@ in
             "ata_piix"
             "pata_marvell"
 
+            # NVMe
+            "nvme"
+
             # Standard SCSI stuff.
             "sd_mod"
             "sr_mod"