tv x220: disable power-profiles-daemon

This commit is contained in:
tv 2022-12-07 20:31:34 +01:00
parent 1796bf4912
commit 4939592fa6
1 changed files with 3 additions and 0 deletions

View File

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