nixos/boot/kernel: include nvme kmod by default

This commit is contained in:
ajs124 2023-09-10 15:39:08 +02:00
parent 6fed5bcac6
commit 5ccc7d632b

View file

@ -269,6 +269,9 @@ in
"ata_piix"
"pata_marvell"
# NVMe
"nvme"
# Standard SCSI stuff.
"sd_mod"
"sr_mod"