From b76bc08d6dfa33a7f40e6ba1ba3f52f05fa1c269 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 29 Dec 2022 03:49:57 -0500 Subject: [PATCH] fix(Infini-SERVER): disable apcupsd Shutting down my desktop would likely cause apcupsd on the server to freak out, and possibly shut down the computer on its own. I'll likely reconfigure the setup to have Infini-SERVER be the primary connection to the UPS, with the desktop acting as the secondary, as Infini-SERVER is online all of the time where possible. --- hosts/Infini-SERVER/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-SERVER/default.nix b/hosts/Infini-SERVER/default.nix index bc98684..1368607 100644 --- a/hosts/Infini-SERVER/default.nix +++ b/hosts/Infini-SERVER/default.nix @@ -17,7 +17,7 @@ form.server = true; }; services.apcupsd = { - enable = true; + enable = false; primary = false; config = { address = "192.168.1.212";