mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-30 00:18:44 +01:00
10 lines
154 B
Nix
10 lines
154 B
Nix
{...}: {
|
|
services.tlp = {
|
|
enable = true;
|
|
settings = {
|
|
START_CHARGE_THRESH_BAT0 = "70";
|
|
STOP_CHARGE_TRESH_BAT0 = "85";
|
|
};
|
|
};
|
|
}
|