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:
parent
a41a04d2b0
commit
b76bc08d6d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
form.server = true;
|
||||
};
|
||||
services.apcupsd = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
primary = false;
|
||||
config = {
|
||||
address = "192.168.1.212";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue