Explicitely enable tlp on my thinkpad
This commit is contained in:
parent
68f35df1ed
commit
b835c9b8bb
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue