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