mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-10 13:54:38 -05:00
feat: cleaned up some stuff
This commit is contained in:
parent
a5996792ce
commit
b8c25f618e
11 changed files with 51 additions and 49 deletions
13
systems/saturn/config/hardware.nix
Executable file
13
systems/saturn/config/hardware.nix
Executable file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
hardware = {
|
||||
firmware = [ pkgs.rtl8761b-firmware ];
|
||||
enableAllFirmware = true;
|
||||
cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue