From eb582173c4a9c7093c0bf643f0826f78d6d1553c Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Sun, 2 Jul 2023 14:17:13 -0600 Subject: [PATCH] [NixOS] Use performance frequency governor for jay-lenovo --- nixos/machines/jay-lenovo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }