From 274994785d9e5b1192e64af06f29d608f012c69a Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Thu, 23 Feb 2017 15:24:30 +0100 Subject: networking module: remove reference to removed ip-up.target --- nixos/modules/config/networking.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos/modules/config/networking.nix b/nixos/modules/config/networking.nix index 426aaa34885c..4431dfb40859 100644 --- a/nixos/modules/config/networking.nix +++ b/nixos/modules/config/networking.nix @@ -251,11 +251,6 @@ in # Install the proxy environment variables environment.sessionVariables = cfg.proxy.envVars; - # The ‘ip-up’ target is kept for backwards compatibility. - # New services should use systemd upstream targets: - # See https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/ - systemd.targets.ip-up.description = "Services Requiring IP Connectivity (deprecated)"; - # This is needed when /etc/resolv.conf is being overriden by networkd # and other configurations. If the file is destroyed by an environment # activation then it must be rebuilt so that applications which interface -- cgit 1.4.1