From 7427639b8433492d79dca5de08ee7d0206a890d7 Mon Sep 17 00:00:00 2001 From: Jaka Hudoklin Date: Sun, 21 Apr 2013 19:48:15 +0200 Subject: [PATCH] Static nameservers have precedence --- modules/tasks/network-interfaces.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tasks/network-interfaces.nix b/modules/tasks/network-interfaces.nix index 93290e3bfdf..90ca49cdb1f 100644 --- a/modules/tasks/network-interfaces.nix +++ b/modules/tasks/network-interfaces.nix @@ -277,7 +277,7 @@ in script = '' # Set the static DNS configuration, if given. - cat | ${pkgs.openresolv}/sbin/resolvconf -a static <