Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created January 22, 2021 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/acb5965f7bf1788ea03a91035a481a22 to your computer and use it in GitHub Desktop.
Save samueldr/acb5965f7bf1788ea03a91035a481a22 to your computer and use it in GitHub Desktop.
diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix
index 19f821ae17f..4a93cd35e2d 100644
--- a/nixos/modules/profiles/all-hardware.nix
+++ b/nixos/modules/profiles/all-hardware.nix
@@ -35,6 +35,9 @@
# drives.
"uas"
+ # SD cards
+ "sdhci_pci"
+
# Firewire support. Not tested.
"ohci1394" "sbp2"
@samueldr
Copy link
Author

 $ nix-build ./nixos/release-combined.nix -A nixos.iso_minimal.x86_64-linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment