Skip to content

Commit

Permalink
nixos/modules: add "sdhci_pci" to availableKernelModules
Browse files Browse the repository at this point in the history
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.

(cherry picked from commit c2a9017)
  • Loading branch information
superloach authored and Jonathan Ringer committed May 15, 2021
1 parent 5e8262f commit 7974217
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/modules/profiles/all-hardware.nix
Expand Up @@ -35,6 +35,9 @@
# drives.
"uas"

# SD cards.
"sdhci_pci"

# Firewire support. Not tested.
"ohci1394" "sbp2"

Expand Down

0 comments on commit 7974217

Please sign in to comment.