From 301629243e1525ba40e015a99754ff5b030a756d Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sat, 26 Apr 2025 17:31:05 +0100 Subject: [PATCH] fix: update AdGuard DNS interface configuration in dns.nix --- hosts/architect/dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/architect/dns.nix b/hosts/architect/dns.nix index e714e4e..8380649 100644 --- a/hosts/architect/dns.nix +++ b/hosts/architect/dns.nix @@ -14,7 +14,7 @@ # Configure AdGuard pepe.core.vhost.hosts."adguard.giugl.io" = with config.pepe.core.network; { - dnsInterfaces = [ interfaceTypes.vpn interfaceTypes.lan ]; + dnsInterfaces = [ interfacesByType.vpn interfacesByType.lan ]; locations."/" = { port = config.services.adguardhome.port; allowLAN = true;