diff --git a/machines/lasting-integrity/hardware.nix b/machines/lasting-integrity/hardware.nix index 766aecd0..07d24180 100644 --- a/machines/lasting-integrity/hardware.nix +++ b/machines/lasting-integrity/hardware.nix @@ -63,7 +63,7 @@ { device = "/dev/disk/by-uuid/c7bd8b09-45cb-42cd-b355-1a1f2ebde6d4"; } ]; - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; + powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; hardware = { cpu.intel.updateMicrocode = true; enableRedistributableFirmware = true; diff --git a/machines/urithiru/hardware.nix b/machines/urithiru/hardware.nix index 81179ce3..603a19a7 100644 --- a/machines/urithiru/hardware.nix +++ b/machines/urithiru/hardware.nix @@ -63,7 +63,7 @@ { device = "/dev/disk/by-uuid/088f30de-c76d-4843-ac62-8442852b372d"; } ]; - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; + powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; hardware = { cpu.intel.updateMicrocode = true; enableRedistributableFirmware = true;