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