Merge pull request #254412 from helsinki-systems/nvme-kmod-by-default

nixos/boot/kernel: include nvme kmod by default
This commit is contained in:
tomf 2023-10-28 18:01:18 +11:00 committed by GitHub
commit e426508098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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