filtering

This commit is contained in:
mjallen18
2026-04-20 10:56:07 -05:00
parent f51c362086
commit 3e5f6d6862
2 changed files with 18 additions and 0 deletions

View File

@@ -127,6 +127,14 @@ in
subdomain = "adguard";
upstream = "http://${net.hosts.pi5.lan}:${toString net.ports.pi5.adguard}";
};
zigbee2mqtt = {
subdomain = "zigbee2mqtt";
upstream = "http://${net.hosts.nuc.lan}:${toString net.ports.nuc.zigbee2mqtt}";
};
govee2mqtt = {
subdomain = "govee2mqtt";
upstream = "http://${net.hosts.nuc.lan}:${toString net.ports.nuc.govee2mqtt}";
};
# hass is currently proxied by the NAS Caddy (modules/nixos/services/caddy).
# To migrate it here, remove the @hass block from that module and add:
# hass = {