From b49d095fd7a095e1d489c7eb3d8b63e0ef28b02d Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 9 Jun 2023 12:47:48 +0200 Subject: [PATCH] ma hw/tp-x2x0: only use tlp when power-profiles is not enabled --- 2configs/hw/tp-x2x0.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2configs/hw/tp-x2x0.nix b/2configs/hw/tp-x2x0.nix index 8d3e17c..bbed3f4 100644 --- a/2configs/hw/tp-x2x0.nix +++ b/2configs/hw/tp-x2x0.nix @@ -37,7 +37,7 @@ emulateWheel = true; }; - services.tlp.enable = true; + services.tlp.enable = ! config.services.power-profiles-daemon.enable; services.tlp.settings = { # BUG: http://linrunner.de/en/tlp/docs/tlp-faq.html#erratic-battery START_CHARGE_THRESH_BAT0 = 95;