Skip to content

Commit

Permalink
chore(hosts/masterplan): update hardware support
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Oct 16, 2023
1 parent 23b77bf commit d061ede
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion hosts/masterplan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@
"/persistent".neededForBoot = true;
};

hardware.enableAllFirmware = true;
hardware = {
amdgpu.loadInInitrd = false;
enableAllFirmware = true;
};

nixpkgs.config.allowUnfree = true;
programs.dconf.enable = true;
services.printing.enable = true;
Expand Down

0 comments on commit d061ede

Please sign in to comment.