ma hw/tp-x2x0: only use tlp when power-profiles is not enabled

This commit is contained in:
makefu 2023-06-09 12:47:48 +02:00
parent 383bb5958d
commit b49d095fd7

View file

@ -37,7 +37,7 @@
emulateWheel = true; emulateWheel = true;
}; };
services.tlp.enable = true; services.tlp.enable = ! config.services.power-profiles-daemon.enable;
services.tlp.settings = { services.tlp.settings = {
# BUG: http://linrunner.de/en/tlp/docs/tlp-faq.html#erratic-battery # BUG: http://linrunner.de/en/tlp/docs/tlp-faq.html#erratic-battery
START_CHARGE_THRESH_BAT0 = 95; START_CHARGE_THRESH_BAT0 = 95;