nixos-config/modules/hardware/amd.nix

6 lines
57 B
Nix
Raw Normal View History

2021-08-31 16:15:06 +00:00
{ ... }:
{
hardware.cpu.amd.updateMicrocode = true;
}