Skip to content
Snippets Groups Projects
cpu-amd.nix 62 B
Newer Older
{ pkgs, ... }:

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