summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-05-22 18:05:48 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-05-22 18:05:48 +0530
commit3ec4d373c60491567b067504b5aac4d087b05d23 (patch)
tree9ffbbd9e70ba1f833bf3af2c77d94e89a0fd3f4d /modules
parent610524402ca8edb6ed81c57cfcb6fa2db77e39a2 (diff)
update
Diffstat (limited to 'modules')
-rw-r--r--modules/laptop.nix9
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;
};
};