From d7133e98de8e43ff42ec73f1cf82f8c60da61006 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 6 Sep 2021 05:41:48 +0200 Subject: [PATCH] zephyrus: tlp: remove cpu governor tweak The laptop's fans run really loud whenever it's plugged in, and cores are all at max frequency even when there's 0 load. --- hosts/zephyrus/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index c116bb8..3c7aab5 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -55,9 +55,6 @@ in }; tlp = { settings = { - CPU_SCALING_GOVERNOR_ON_AC = "performance"; - CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; - START_CHARGE_THRESH_BAT0 = 70; STOP_CHARGE_THRESH_BAT0 = 80; };