7 lines
103 B
Nix
7 lines
103 B
Nix
{
|
|
hardware = {
|
|
enableRedistributableFirmware = true;
|
|
|
|
cpu.amd.updateMicrocode = true;
|
|
};
|
|
}
|