From 93b9df161102166c9f03250dd648fe6fddadb03b Mon Sep 17 00:00:00 2001 From: Andre-Philippe Paquet Date: Fri, 17 Jan 2025 17:17:32 -0500 Subject: [PATCH] piapp: remove low ups on remaining time --- nixos/piapp/ups-server.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/piapp/ups-server.nix b/nixos/piapp/ups-server.nix index edf54b2..6dd891c 100644 --- a/nixos/piapp/ups-server.nix +++ b/nixos/piapp/ups-server.nix @@ -23,7 +23,6 @@ in # Check `upsc ups` to see all values "override.battery.charge.low = 30" # default 10% "override.battery.charge.warning = 50" # default 20% - "override.battery.runtime.low = 600" # default 300 "ignorelb" ]; };