dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 6f7d597f685f2ae4520ec13e8bf3ee869c752eab
parent 0f2065dfd22e1741a712bc0643df73d3b3b4b974
Author: Chris <chris@echoz.io>
Date:   Mon,  1 Dec 2025 20:35:45 +0100

feat(tp): enable tlp

Diffstat:
Mhosts/tp/default.nix | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/hosts/tp/default.nix b/hosts/tp/default.nix @@ -42,4 +42,13 @@ ]; }; }; + + powerManagement.powertop.enable = true; + services.tlp = { + enable = true; + settings = { + START_CHARGE_THRESH_BAT0 = 75; + STOP_CHARGE_THRESH_BAT0 = 80; + }; + }; }