1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/routnerr-2: enable apcupsd

This commit is contained in:
Matt Layher 2022-10-17 21:04:08 -04:00
parent 7ebf0994f9
commit c300c33cf4

View file

@ -89,6 +89,8 @@ in {
}; };
services = { services = {
apcupsd.enable = true;
# Allow mDNS to reflect between VLANs where necessary for devices such as # Allow mDNS to reflect between VLANs where necessary for devices such as
# Google Home and Chromecast. # Google Home and Chromecast.
avahi = { avahi = {