tweak(Infini-DESKTOP,Infini-SERVER): enable apcupsd

This commit is contained in:
Infinidoge 2022-12-29 03:20:01 -05:00
parent 10d4e245f8
commit a41a04d2b0
2 changed files with 14 additions and 0 deletions

View file

@ -59,6 +59,13 @@
viewer = true; viewer = true;
}; };
}; };
apcupsd = {
enable = true;
primary = true;
config = {
address = "0.0.0.0";
};
};
}; };
desktop = { desktop = {
wm.enable = true; wm.enable = true;

View file

@ -16,6 +16,13 @@
# gpu.nvidia = true; # gpu.nvidia = true;
form.server = true; form.server = true;
}; };
services.apcupsd = {
enable = true;
primary = false;
config = {
address = "192.168.1.212";
};
};
}; };
services = { services = {