diff --git a/modules/power.nix b/modules/power.nix index ab42604..0559686 100644 --- a/modules/power.nix +++ b/modules/power.nix @@ -6,6 +6,12 @@ services.tlp = { enable = true; + settings = { + CPU_ENERGY_PERF_POLICY_ON_AC = "performance"; + CPU_ENERGY_PERF_POLICY_ON_BAT = "balance_power"; + PLATFORM_PROFILE_ON_AC = "performance"; + PLATFORM_PROFILE_ON_BAT = "balanced"; + }; }; environment.systemPackages = with pkgs; [