fix: update AdGuard DNS interface configuration in dns.nix
This commit is contained in:
parent
48b86055a0
commit
301629243e
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
# Configure AdGuard
|
# Configure AdGuard
|
||||||
pepe.core.vhost.hosts."adguard.giugl.io" = with config.pepe.core.network; {
|
pepe.core.vhost.hosts."adguard.giugl.io" = with config.pepe.core.network; {
|
||||||
dnsInterfaces = [ interfaceTypes.vpn interfaceTypes.lan ];
|
dnsInterfaces = [ interfacesByType.vpn interfacesByType.lan ];
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
port = config.services.adguardhome.port;
|
port = config.services.adguardhome.port;
|
||||||
allowLAN = true;
|
allowLAN = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user