mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +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"
|
"ata_piix"
|
||||||
"pata_marvell"
|
"pata_marvell"
|
||||||
|
|
||||||
|
# NVMe
|
||||||
|
"nvme"
|
||||||
|
|
||||||
# Standard SCSI stuff.
|
# Standard SCSI stuff.
|
||||||
"sd_mod"
|
"sd_mod"
|
||||||
"sr_mod"
|
"sr_mod"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue