about summary refs log tree commit diff stats
path: root/hosts/apzu/hardware/cpu.nix
blob: 2d7232cda2a59375fcddc408e37ad673ff87be6a (plain) (blame)
1
2
3
4
{config, ...}: {
  powerManagement.cpuFreqGovernor = "powersave";
  hardware.cpu.amd.updateMicrocode = true; # Why not?
}