remove dektop-hardware module
This commit is contained in:
parent
a208ca4df2
commit
f1855c1265
9 changed files with 40 additions and 37 deletions
11
nixosModules/firmware-updates.nix
Normal file
11
nixosModules/firmware-updates.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
cpu = {
|
||||
amd.updateMicrocode = true;
|
||||
intel.updateMicrocode = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.fwupd.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue