Skip to content

Commit

Permalink
rp4: configure nixos-hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Aug 27, 2024
1 parent 33ea42b commit 65f9b9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions host-rp4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@

system.stateVersion = "23.11";

hardware = {
raspberry-pi."4".apply-overlays-dtmerge.enable = true;
deviceTree.enable = true;
};

nixpkgs.overlays = [
(final: super: {
makeModulesClosure = x:
Expand Down

0 comments on commit 65f9b9a

Please sign in to comment.