mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #254412 from helsinki-systems/nvme-kmod-by-default
nixos/boot/kernel: include nvme kmod by default
This commit is contained in:
commit
e426508098
1 changed files with 3 additions and 0 deletions
|
@ -269,6 +269,9 @@ in
|
|||
"ata_piix"
|
||||
"pata_marvell"
|
||||
|
||||
# NVMe
|
||||
"nvme"
|
||||
|
||||
# Standard SCSI stuff.
|
||||
"sd_mod"
|
||||
"sr_mod"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue