infra/systems/rena/hardware.nix

7 lines
103 B
Nix

{
hardware = {
enableRedistributableFirmware = true;
cpu.amd.updateMicrocode = true;
};
}