ma hw/tp-x2x0: only use tlp when power-profiles is not enabled
This commit is contained in:
parent
383bb5958d
commit
b49d095fd7
|
@ -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 a new issue