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 269 "ata_piix" 270 270 "pata_marvell" 271 271 272 + # NVMe 273 + "nvme" 274 + 272 275 # Standard SCSI stuff. 273 276 "sd_mod" 274 277 "sr_mod"