From 1caa1b96cba67e617b734744e22b5a7422b7bda7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 17 Apr 2013 09:10:18 +0200 Subject: [PATCH] network-interfaces: fixing a cat/EOF piping confusion --- 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 93290e3bfdf3..5346d9ad8853 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 <