tv x220: disable power-profiles-daemon
This commit is contained in:
parent
1796bf4912
commit
4939592fa6
|
@ -61,6 +61,9 @@ in
|
|||
emulateWheel = true;
|
||||
};
|
||||
|
||||
# Conflicts with TLP, but gets enabled by DEs.
|
||||
services.power-profiles-daemon.enable = false;
|
||||
|
||||
services.tlp.enable = true;
|
||||
services.tlp.settings = {
|
||||
START_CHARGE_THRESH_BAT0 = 80;
|
||||
|
|
Loading…
Reference in a new issue