summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authortomf <tom@tom-fitzhenry.me.uk>2023-10-28 18:01:18 +1100
committerGitHub <noreply@github.com>2023-10-28 18:01:18 +1100
commite42650809808da4163882c262a7355ad2db04853 (patch)
treed13876570df8138c50d715c6b33dc0df7e9ef5d7 /nixos/modules/system
parent55acef40315608123114a79613afd8a2ac1c5b53 (diff)
parent5ccc7d632b07f5b18e2e874dcdeb881a6948f2d9 (diff)
downloadnixpkgs-e42650809808da4163882c262a7355ad2db04853.tar
nixpkgs-e42650809808da4163882c262a7355ad2db04853.tar.gz
nixpkgs-e42650809808da4163882c262a7355ad2db04853.tar.bz2
nixpkgs-e42650809808da4163882c262a7355ad2db04853.tar.lz
nixpkgs-e42650809808da4163882c262a7355ad2db04853.tar.xz
nixpkgs-e42650809808da4163882c262a7355ad2db04853.tar.zst
nixpkgs-e42650809808da4163882c262a7355ad2db04853.zip
Merge pull request #254412 from helsinki-systems/nvme-kmod-by-default
nixos/boot/kernel: include nvme kmod by default
Diffstat (limited to 'nixos/modules/system')
-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"