Explicitely enable tlp on my thinkpad

This commit is contained in:
Malte Tammena 2021-11-11 11:51:21 +01:00
parent 68f35df1ed
commit b835c9b8bb

View file

@ -19,6 +19,14 @@
powertop.enable = true;
};
services.tlp = {
enable = true;
settings = {
START_CHARGE_THRESH_BAT0 = 75;
STOP_CHARGE_THRESH_BAT0 = 80;
};
};
hardware = {
# high-resolution display
video.hidpi.enable = lib.mkDefault true;