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