summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-02-23 15:24:30 +0100
committerRobin Gloster <mail@glob.in>2017-02-23 15:25:19 +0100
commit274994785d9e5b1192e64af06f29d608f012c69a (patch)
tree47ec6bc133d772b3a093f833317a9e155f0a458d /nixos/modules
parent11d86725df24e6b05e8a9b2bdbcff92b09570ac7 (diff)
networking module: remove reference to removed ip-up.target
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/config/networking.nix5
1 files changed, 0 insertions, 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