summary refs log tree commit diff
path: root/nixos/modules/profiles/all-hardware.nix
diff options
context:
space:
mode:
authorTerra Brown <superloach42@gmail.com>2021-01-21 23:08:54 -0500
committerGitHub <noreply@github.com>2021-01-21 23:08:54 -0500
commitc2a901798e85c2f5108df679fba9b9f7702fac96 (patch)
tree436925be819c27ca95e9914fd80ee0bcc1a62571 /nixos/modules/profiles/all-hardware.nix
parent66e44425c6dfecbea68a5d6dc221ccd56561d4f1 (diff)
downloadnixpkgs-c2a901798e85c2f5108df679fba9b9f7702fac96.tar
nixpkgs-c2a901798e85c2f5108df679fba9b9f7702fac96.tar.gz
nixpkgs-c2a901798e85c2f5108df679fba9b9f7702fac96.tar.bz2
nixpkgs-c2a901798e85c2f5108df679fba9b9f7702fac96.tar.lz
nixpkgs-c2a901798e85c2f5108df679fba9b9f7702fac96.tar.xz
nixpkgs-c2a901798e85c2f5108df679fba9b9f7702fac96.tar.zst
nixpkgs-c2a901798e85c2f5108df679fba9b9f7702fac96.zip
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.
Diffstat (limited to 'nixos/modules/profiles/all-hardware.nix')
-rw-r--r--nixos/modules/profiles/all-hardware.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix
index d460c52dbef..e22c56b53c3 100644
--- a/nixos/modules/profiles/all-hardware.nix
+++ b/nixos/modules/profiles/all-hardware.nix
@@ -37,6 +37,9 @@ in
       # drives.
       "uas"
 
+      # SD cards.
+      "sdhci_pci"
+
       # Firewire support.  Not tested.
       "ohci1394" "sbp2"