From 71ac9901ddfb21cdea62f87d09c43c73f3f52455 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 23 Oct 2024 19:06:08 +0100 Subject: [PATCH] disable tlp for citadel --- hosts/citadel/default.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hosts/citadel/default.nix b/hosts/citadel/default.nix index b8f847b..acc9b77 100644 --- a/hosts/citadel/default.nix +++ b/hosts/citadel/default.nix @@ -95,16 +95,16 @@ in { XCURSOR_SIZE = "64"; }; - services.tlp = { - enable = true; - settings = { - CPU_SCALING_GOVERNOR_ON_AC = "ondemand"; - CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; - - START_CHARGE_THRESH_BAT0 = 50; - STOP_CHARGE_THRESH_BAT0 = 95; - }; - }; + # services.tlp = { + # enable = true; + # settings = { + # CPU_SCALING_GOVERNOR_ON_AC = "ondemand"; + # CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; + # + # START_CHARGE_THRESH_BAT0 = 50; + # STOP_CHARGE_THRESH_BAT0 = 95; + # }; + # }; hardware = { bluetooth = {