diff options
Diffstat (limited to 'os/cez/modules/tlp.nix')
-rw-r--r-- | os/cez/modules/tlp.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/cez/modules/tlp.nix b/os/cez/modules/tlp.nix index 7b002d0..1ccd539 100644 --- a/os/cez/modules/tlp.nix +++ b/os/cez/modules/tlp.nix @@ -11,9 +11,6 @@ CPU_SCALING_GOVERNOR_ON_AC = "performance"; CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; - DEVICES_TO_ENABLE_ON_AC = "bluetooth"; - DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE = "bluetooth"; - CPU_BOOST_ON_AC = 1; CPU_BOOST_ON_BAT = 0; CPU_HWP_DYN_BOOST_ON_AC = 1; |