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

nixos/boot/kernel: include nvme kmod by default

authored by

tomf and committed by
GitHub
e4265080 55acef40

+3
+3
nixos/modules/system/boot/kernel.nix
··· 269 "ata_piix" 270 "pata_marvell" 271 272 # Standard SCSI stuff. 273 "sd_mod" 274 "sr_mod"
··· 269 "ata_piix" 270 "pata_marvell" 271 272 + # NVMe 273 + "nvme" 274 + 275 # Standard SCSI stuff. 276 "sd_mod" 277 "sr_mod"