Skip to content

Commit

Permalink
fix: damogran sdhci_acpi
Browse files Browse the repository at this point in the history
  • Loading branch information
voobscout committed Sep 1, 2024
1 parent 0cb16ca commit 8cecb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cells/nixos/hosts/damogran/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rec {
bee = {
inherit system;
home = inputs.home-unstable;
pkgs = import inputs.nixpkgs-unstable {
pkgs = import inputs.nixos-24-05 {
inherit system;
config.allowUnfree = true;
overlays =
Expand Down
2 changes: 1 addition & 1 deletion cells/nixos/nixosProfiles/core/boot-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ in
"xhci_pci"
"ehci_pci"
"sdhci_pci"
"sdhci_acpi"
# "sdhci_acpi"
"ahci"
"uhci_hcd"
"usbhid"
Expand Down

0 comments on commit 8cecb6c

Please sign in to comment.