0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #110435 from superloach/patch-2

nixos/modules: add "sdhci_pci" to availableKernelModules
This commit is contained in:
Samuel Dionne-Riel 2021-05-13 17:45:22 -04:00 committed by GitHub
commit 12ede41735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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