add tlp
This commit is contained in:
parent
6f45268150
commit
9f0a3640d8
2 changed files with 10 additions and 0 deletions
9
modules/desktop-environment/tlp.nix
Normal file
9
modules/desktop-environment/tlp.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
services.tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
START_CHARGE_THRESH_BAT0 = "70";
|
||||
STOP_CHARGE_TRESH_BAT0 = "85";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue