From c76fc27afffb60e9a744d70a9caf1f2e6b47afea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 1 Oct 2012 23:16:12 +0200 Subject: [PATCH] dnsmasq: Setting fixed order in DNS name resolution. That fits better my setup; if anyone doesn't need this, we can write an option for the fixed order queries. --- modules/services/networking/dnsmasq.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/networking/dnsmasq.nix b/modules/services/networking/dnsmasq.nix index 389d5c22e82..0d786add881 100644 --- a/modules/services/networking/dnsmasq.nix +++ b/modules/services/networking/dnsmasq.nix @@ -49,7 +49,7 @@ in daemonType = "daemon"; - exec = "${dnsmasq}/bin/dnsmasq -R ${serversParam}"; + exec = "${dnsmasq}/bin/dnsmasq -R ${serversParam} -o"; }; };