tweak(Infini-DESKTOP,Infini-SERVER): enable apcupsd
This commit is contained in:
parent
10d4e245f8
commit
a41a04d2b0
2 changed files with 14 additions and 0 deletions
|
@ -59,6 +59,13 @@
|
|||
viewer = true;
|
||||
};
|
||||
};
|
||||
apcupsd = {
|
||||
enable = true;
|
||||
primary = true;
|
||||
config = {
|
||||
address = "0.0.0.0";
|
||||
};
|
||||
};
|
||||
};
|
||||
desktop = {
|
||||
wm.enable = true;
|
||||
|
|
|
@ -16,6 +16,13 @@
|
|||
# gpu.nvidia = true;
|
||||
form.server = true;
|
||||
};
|
||||
services.apcupsd = {
|
||||
enable = true;
|
||||
primary = false;
|
||||
config = {
|
||||
address = "192.168.1.212";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue