Skip to content

Commit

Permalink
nixos networking.dnsExtensionMechanism = true; by default
Browse files Browse the repository at this point in the history
#12470 (comment)
I've been using it for weeks without encountering any problems.
  • Loading branch information
vcunat committed Jan 10, 2017
1 parent 8801b8d commit 11696e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/config/networking.nix
Expand Up @@ -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
Expand Down

0 comments on commit 11696e2

Please sign in to comment.