aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/services/tlp.nix
blob: 967f19745aa20da338b0051d96a8b952a61bf8d0 (plain)
1
2
3
4
5
6
7
8
9
{
  services.tlp = {
    enable = true;
    settings = {
      START_CHARGE_THRESH_BAT0 = 40;
      STOP_CHARGE_THRESH_BAT0 = 50;
    };
  };
}