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

@@ -93,6 +93,11 @@ in
answer = "10.0.1.4";
enabled = true;
}
{
domain = "govee2mqtt.mjallen.dev";
answer = "10.0.1.4";
enabled = true;
}
{
domain = "manyfold.mjallen.dev";
answer = "10.0.1.4";
@@ -123,6 +128,11 @@ in
answer = "10.0.1.4";
enabled = true;
}
{
domain = "zigbee2mqtt.mjallen.dev";
answer = "10.0.1.4";
enabled = true;
}
];
};
};

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 = {