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