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