11 lines
188 B
Nix
11 lines
188 B
Nix
{
|
|
hardware = {
|
|
enableRedistributableFirmware = true;
|
|
cpu = {
|
|
amd.updateMicrocode = true;
|
|
intel.updateMicrocode = true;
|
|
};
|
|
};
|
|
|
|
services.fwupd.enable = true;
|
|
}
|