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