Refactor
This commit is contained in:
parent
556e0e1eb2
commit
e0a82ee731
49 changed files with 1076 additions and 765 deletions
12
modules/hardware/firmware.nix
Normal file
12
modules/hardware/firmware.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
hardware = {
|
||||
cpu.amd.updateMicrocode = lib.mkDefault true;
|
||||
firmware = [pkgs.linux-firmware];
|
||||
firmwareCompression = "zstd";
|
||||
enableRedistributableFirmware = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue