···43 # so that we don't need to know its device.
44 fileSystems = [ ];
4546- # boot.initrd.availableKernelModules = [ "mvsdio" "mmc_block" "reiserfs" "ext3" "ext4" ];
4748 # boot.initrd.kernelModules = [ "rtc_mv" ];
49
···43 # so that we don't need to know its device.
44 fileSystems = [ ];
4546+ # boot.initrd.availableKernelModules = [ "mvsdio" "reiserfs" "ext3" "ext4" ];
4748 # boot.initrd.kernelModules = [ "rtc_mv" ];
49
+3
nixos/modules/system/boot/kernel.nix
···184 "ide_disk"
185 "ide_generic"
186000187 # Support USB keyboards, in case the boot fails and we only have
188 # a USB keyboard.
189 "uhci_hcd"
···184 "ide_disk"
185 "ide_generic"
186187+ # SD cards and internal eMMC drives.
188+ "mmc_block"
189+190 # Support USB keyboards, in case the boot fails and we only have
191 # a USB keyboard.
192 "uhci_hcd"