Unverified Commit e4265080 authored by tomf's avatar tomf Committed by GitHub
Browse files

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

nixos/boot/kernel: include nvme kmod by default
parents 55acef40 5ccc7d63
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -269,6 +269,9 @@ in
            "ata_piix"
            "pata_marvell"

            # NVMe
            "nvme"

            # Standard SCSI stuff.
            "sd_mod"
            "sr_mod"