ma hw/tp-x2x0: only use tlp when power-profiles is not enabled
This commit is contained in:
parent
52a8aaf98b
commit
a766e88e7c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user