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.
This commit is contained in:
Infinidoge 2022-12-29 03:49:57 -05:00
parent a41a04d2b0
commit b76bc08d6d

View file

@ -17,7 +17,7 @@
form.server = true;
};
services.apcupsd = {
enable = true;
enable = false;
primary = false;
config = {
address = "192.168.1.212";