diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-20 21:34:17 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-20 21:34:26 +0530 | 
| commit | 610524402ca8edb6ed81c57cfcb6fa2db77e39a2 (patch) | |
| tree | 1dc2e9dfa4a7c3b8b84eb88a078cfdd262f416a9 /modules/laptop.nix | |
| parent | 18d5951265c67bcf99237f9543f89793bd024d55 (diff) | |
update
Diffstat (limited to 'modules/laptop.nix')
| -rw-r--r-- | modules/laptop.nix | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/modules/laptop.nix b/modules/laptop.nix index 3d6f00e..4dc9526 100644 --- a/modules/laptop.nix +++ b/modules/laptop.nix @@ -18,11 +18,6 @@        CPU_HWP_DYN_BOOST_ON_AC = 1;        CPU_HWP_DYN_BOOST_ON_BAT = 0; - -      CPU_MIN_PERF_ON_AC = 0; -      CPU_MAX_PERF_ON_AC = 100; -      CPU_MIN_PERF_ON_BAT = 0; -      CPU_MAX_PERF_ON_BAT = 35;      };    }; | 
