From 11696e290dc8f14027cbd6000bed9a519100cafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 10 Jan 2017 15:13:14 +0100 Subject: [PATCH] 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. --- nixos/modules/config/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/config/networking.nix b/nixos/modules/config/networking.nix index adc05f602314..9e7cfbd686cc 100644 --- a/nixos/modules/config/networking.nix +++ b/nixos/modules/config/networking.nix @@ -57,7 +57,7 @@ in networking.dnsExtensionMechanism = lib.mkOption { type = types.bool; - default = false; + default = true; description = '' Enable the edns0 option in resolv.conf. With that option set, glibc supports use of the extension mechanisms for