diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-07-30 20:31:18 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-07-30 21:14:24 -0600 |
| commit | 30cdd8cb3ca603a2d3bface89e23b3d2ada316e7 (patch) | |
| tree | 4c21580ce0d04d71c55b695f35fa6ee942f33ce9 /sys/hardware/apc.nix | |
| parent | 6f772bd94d0313f5198af461c9e57422759eec06 (diff) | |
sys/hardware/apc: adjust shutdown limits
Diffstat (limited to 'sys/hardware/apc.nix')
| -rw-r--r-- | sys/hardware/apc.nix | 4 |
1 files 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"; }); |
