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 52a8aaf98b
commit a766e88e7c
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 1 additions and 1 deletions

View File

@ -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;