From 1c04e69bce4d797a6cca24a8f44e77cb3fac79f9 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 1 Dec 2014 01:18:26 -0800 Subject: nixos/networking: Fix more harmless errors --- nixos/modules/tasks/network-interfaces-scripted.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/modules/tasks/network-interfaces-scripted.nix') diff --git a/nixos/modules/tasks/network-interfaces-scripted.nix b/nixos/modules/tasks/network-interfaces-scripted.nix index 34f0cbabc3b4..a994e44c6ecf 100644 --- a/nixos/modules/tasks/network-interfaces-scripted.nix +++ b/nixos/modules/tasks/network-interfaces-scripted.nix @@ -66,7 +66,7 @@ in serviceConfig.RemainAfterExit = true; script = - (optionalString (!config.services.resolved.enable) '' + '' # Set the static DNS configuration, if given. ${pkgs.openresolv}/sbin/resolvconf -m 1 -a static <