summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-09 12:47:48 +0200
committermakefu <github@syntax-fehler.de>2023-06-09 12:47:48 +0200
commitb49d095fd7a095e1d489c7eb3d8b63e0ef28b02d (patch)
treeaeb5c699697111b23e494aba5bb800bd231abe04
parent383bb5958de5a8210367308ac2d18d0c67feac65 (diff)
ma hw/tp-x2x0: only use tlp when power-profiles is not enabled
-rw-r--r--2configs/hw/tp-x2x0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/hw/tp-x2x0.nix b/2configs/hw/tp-x2x0.nix
index 8d3e17c7f..bbed3f430 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;