fix: update AdGuard DNS interface configuration in dns.nix

This commit is contained in:
Giulio De Pasquale 2025-04-26 17:31:05 +01:00 committed by Giulio De Pasquale (aider)
parent 48b86055a0
commit 301629243e

View File

@ -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;