diff --git a/systems/x86_64-linux/nuc-nixos/default.nix b/systems/x86_64-linux/nuc-nixos/default.nix index 2ef1e65..2791f66 100755 --- a/systems/x86_64-linux/nuc-nixos/default.nix +++ b/systems/x86_64-linux/nuc-nixos/default.nix @@ -123,6 +123,10 @@ in subdomain = "code"; 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). # To migrate it here, remove the @hass block from that module and add: # hass = {