From c419778e674be01ada09ceceabac72c6f645e3e6 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 23 Dec 2022 18:42:06 +0100 Subject: [PATCH] mayushii: Set charge start threshold to 75 The previous one of 40 did no longer meet my use case. --- machines/mayushii/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/mayushii/hardware-configuration.nix b/machines/mayushii/hardware-configuration.nix index f49ba16..d6a74ec 100644 --- a/machines/mayushii/hardware-configuration.nix +++ b/machines/mayushii/hardware-configuration.nix @@ -47,7 +47,7 @@ services.tlp = { enable = true; settings = { - START_CHARGE_THRESH_BAT0 = 40; + START_CHARGE_THRESH_BAT0 = 75; STOP_CHARGE_THRESH_BAT0 = 90; USB_DENYLIST = lib.concatStringsSep " " [ ];