mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
Merge pull request #108524 from ju1m/tor
nixos/tor: fix client.dns.automapHostsSuffixes renaming
This commit is contained in:
commit
4dc8d7c9c1
@ -901,7 +901,6 @@ in
|
||||
} // optionalAttrs cfg.client.dns.enable {
|
||||
DNSPort = [{ addr = "127.0.0.1"; port = 9053; }];
|
||||
AutomapHostsOnResolve = true;
|
||||
AutomapHostsSuffixes = cfg.client.dns.automapHostsSuffixes;
|
||||
} // optionalAttrs (flatten (mapAttrsToList (n: o: o.clientAuthorizations) cfg.client.onionServices) != []) {
|
||||
ClientOnionAuthDir = runDir + "/ClientOnionAuthDir";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user