diff options
Diffstat (limited to 'profiles/laptop.nix')
-rw-r--r-- | profiles/laptop.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix index 0d1c95f..43726f3 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -6,9 +6,10 @@ services.thermald.enable = true; services.tlp.enable = true; + services.tlp.settings = { - CPU_SCALING_GOVERNOR_ON_AC = "schedutil"; - CPU_SCALING_GOVERNOR_ON_BAT = "schedutil"; + CPU_SCALING_GOVERNOR_ON_AC = "performance"; + CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; # Keep charge between 60% and 80% to preserve battery life START_CHARGE_THRESH_BAT0 = 60; |