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