summary refs log tree commit diff
path: root/nixos/modules/profiles/all-hardware.nix
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2021-05-13 17:45:22 -0400
committerGitHub <noreply@github.com>2021-05-13 17:45:22 -0400
commit12ede41735664af7d96f46c932d3400b15e3dc38 (patch)
tree9c7a58d1a4bd118a315380c001a9a1656a084857 /nixos/modules/profiles/all-hardware.nix
parent935a36104df4d4e04ae22c1408d1554836ffc2c4 (diff)
parentc2a901798e85c2f5108df679fba9b9f7702fac96 (diff)
downloadnixpkgs-12ede41735664af7d96f46c932d3400b15e3dc38.tar
nixpkgs-12ede41735664af7d96f46c932d3400b15e3dc38.tar.gz
nixpkgs-12ede41735664af7d96f46c932d3400b15e3dc38.tar.bz2
nixpkgs-12ede41735664af7d96f46c932d3400b15e3dc38.tar.lz
nixpkgs-12ede41735664af7d96f46c932d3400b15e3dc38.tar.xz
nixpkgs-12ede41735664af7d96f46c932d3400b15e3dc38.tar.zst
nixpkgs-12ede41735664af7d96f46c932d3400b15e3dc38.zip
Merge pull request #110435 from superloach/patch-2
nixos/modules: add "sdhci_pci" to availableKernelModules
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 c7a13974a51..797fcddb8c9 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"