diff --git a/nixos/machines/jay-lenovo.nix b/nixos/machines/jay-lenovo.nix index 800c16e9..c678b17f 100644 --- a/nixos/machines/jay-lenovo.nix +++ b/nixos/machines/jay-lenovo.nix @@ -38,7 +38,7 @@ networking.hostName = "jay-lenovo"; - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; + powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; system.stateVersion = "23.05"; }