This commit is contained in:
mjallen18
2026-04-16 19:24:59 -05:00
parent 3977227889
commit 95842b22f0

View File

@@ -123,6 +123,10 @@ in
subdomain = "code"; subdomain = "code";
upstream = "http://${net.hosts.nas.lan}:${toString net.ports.nas.codeServer}"; upstream = "http://${net.hosts.nas.lan}:${toString net.ports.nas.codeServer}";
}; };
adguard = {
subdomain = "adguard";
upstream = "http://${net.hosts.pi5.lan}:${toString net.ports.pi5.adguard}";
};
# hass is currently proxied by the NAS Caddy (modules/nixos/services/caddy). # 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: # To migrate it here, remove the @hass block from that module and add:
# hass = { # hass = {