nixos networking.dnsExtensionMechanism = true; by default

https://github.com/NixOS/nixpkgs/issues/12470#issuecomment-266785641
I've been using it for weeks without encountering any problems.
This commit is contained in:
Vladimír Čunát 2017-01-10 15:13:14 +01:00
parent 8801b8d2b3
commit 11696e290d
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -57,7 +57,7 @@ in
networking.dnsExtensionMechanism = lib.mkOption {
type = types.bool;
default = false;
default = true;
description = ''
Enable the <code>edns0</code> option in <filename>resolv.conf</filename>. With
that option set, <code>glibc</code> supports use of the extension mechanisms for