diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/laptop.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/laptop.nix b/modules/laptop.nix index 4dc9526..3dfdd29 100644 --- a/modules/laptop.nix +++ b/modules/laptop.nix @@ -9,15 +9,6 @@ CPU_ENERGY_PERF_POLICY_ON_BAT = "power"; CPU_ENERGY_PERF_POLICY_ON_AC = "performance"; - - PLATFORM_PROFILE_ON_AC = "performance"; - PLATFORM_PROFILE_ON_BAT = "low-power"; - - CPU_BOOST_ON_AC = 1; - CPU_BOOST_ON_BAT = 0; - - CPU_HWP_DYN_BOOST_ON_AC = 1; - CPU_HWP_DYN_BOOST_ON_BAT = 0; }; }; |
