nixos/modules: add "sdhci_pci" to availableKernelModules

Encountered issues booting the live image on an Acer R11 Chromebook (CYAN). Got help from @samueldr on Freenode, and adding this module fixed it. Likely useful for other platforms/situations where booting from SD is necessary.
This commit is contained in:
Terra Brown 2021-01-21 23:08:54 -05:00 committed by GitHub
parent 66e44425c6
commit c2a901798e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,9 @@ in
# drives.
"uas"
# SD cards.
"sdhci_pci"
# Firewire support. Not tested.
"ohci1394" "sbp2"