about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2018-02-04 18:56:35 +0000
committerdevhell <devhell@mailfresser.de>2018-02-04 18:56:35 +0000
commit5185d0769236e9214fd8fab53d034a226ac110f9 (patch)
treef619627b1fc26747a2d2d75a10eac2f283860003
parent25ba523adb9cd7a9252048ce36a88eeeea1e1c3c (diff)
machines/eris: Change charging thresholds
The battery in this machine is on its way out. Can't afford a new one
though, so let's see if this helps a bit.
-rw-r--r--machines/devhell/eris.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/devhell/eris.nix b/machines/devhell/eris.nix
index ea4b8a46..3ab7beb0 100644
--- a/machines/devhell/eris.nix
+++ b/machines/devhell/eris.nix
@@ -186,8 +186,8 @@
       DEVICES_TO_ENABLE_ON_STARTUP="wifi"
       DEVICES_TO_DISABLE_ON_SHUTDOWN="bluetooth wifi wwan"
       #DEVICES_TO_ENABLE_ON_SHUTDOWN=""
-      START_CHARGE_THRESH_BAT0=75
-      STOP_CHARGE_THRESH_BAT0=90
+      START_CHARGE_THRESH_BAT0=70
+      STOP_CHARGE_THRESH_BAT0=95
       #DEVICES_TO_DISABLE_ON_LAN_CONNECT="wifi wwan"
       #DEVICES_TO_DISABLE_ON_WIFI_CONNECT="wwan"
       #DEVICES_TO_DISABLE_ON_WWAN_CONNECT="wifi"