mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/boot/kernel: include nvme kmod by default
This commit is contained in:
parent
6fed5bcac6
commit
5ccc7d632b
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