about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2018-01-08 12:52:11 +0000
committerdevhell <devhell@mailfresser.de>2018-01-08 12:53:12 +0000
commit79f12c4c3407043f760981339f183ea8cbf8fcef (patch)
treeceb70ba7c72ea82ddc867ea474ac9d8fc39b932e /machines
parent9880dcab5c6e07a083235afd648c041cd7b3309f (diff)
machines/eris: Change stop charge threshold to 90
This battery is getting old, and leaving the max charge at 80 just isn't
cutting it anymore.
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/eris.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/eris.nix b/machines/devhell/eris.nix
index d9ea3a24..a0ea6da5 100644
--- a/machines/devhell/eris.nix
+++ b/machines/devhell/eris.nix
@@ -180,7 +180,7 @@
       DEVICES_TO_DISABLE_ON_SHUTDOWN="bluetooth wifi wwan"
       #DEVICES_TO_ENABLE_ON_SHUTDOWN=""
       START_CHARGE_THRESH_BAT0=75
-      STOP_CHARGE_THRESH_BAT0=80
+      STOP_CHARGE_THRESH_BAT0=90
       #DEVICES_TO_DISABLE_ON_LAN_CONNECT="wifi wwan"
       #DEVICES_TO_DISABLE_ON_WIFI_CONNECT="wwan"
       #DEVICES_TO_DISABLE_ON_WWAN_CONNECT="wifi"