nixos-config/modules/hardware/amd.nix

6 lines
57 B
Nix

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