This commit is contained in:
mjallen18
2026-04-13 14:22:27 -05:00
parent d676b6dc1e
commit c3abeb846d

View File

@@ -77,7 +77,7 @@ in
}; };
actual = { actual = {
subdomain = "actual"; subdomain = "actual";
upstream = "http://10.0.1.4:${toString net.ports.nas.actual}"; upstream = "http://${net.hosts.nas.lan}:${toString net.ports.nas.actual}";
}; };
# 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: