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