From 30cdd8cb3ca603a2d3bface89e23b3d2ada316e7 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 30 Jul 2025 20:31:18 -0600 Subject: sys/hardware/apc: adjust shutdown limits --- sys/hardware/apc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/hardware/apc.nix b/sys/hardware/apc.nix index 2a7adaa..9614c48 100644 --- a/sys/hardware/apc.nix +++ b/sys/hardware/apc.nix @@ -20,8 +20,8 @@ in NISIP = "127.0.0.1"; NETSERVER = "on"; - MINUTES = "10"; - BATTERYLEVEL = "15"; + MINUTES = "5"; + BATTERYLEVEL = "10"; NOLOGON = "disable"; }); -- cgit v1.2.3