nixos/dnschain: use forwardZonesRecurse in pdns-recursor

This commit is contained in:
rnhmjoj
2019-11-07 17:09:09 +01:00
parent 28c8884e62
commit 38d573426a

View File

@@ -137,7 +137,7 @@ in
];
services.pdns-recursor = mkIf cfgs.pdns-recursor.resolveDNSChainQueries {
forwardZones =
forwardZonesRecurse =
{ bit = "127.0.0.1:${toString cfg.dns.port}";
dns = "127.0.0.1:${toString cfg.dns.port}";
};