filtering
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user