summary refs log tree commit diff
path: root/nixos/modules/config/networking.nix
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/config/networking.nix
parent11d86725df24e6b05e8a9b2bdbcff92b09570ac7 (diff)
downloadnixlib-274994785d9e5b1192e64af06f29d608f012c69a.tar
nixlib-274994785d9e5b1192e64af06f29d608f012c69a.tar.gz
nixlib-274994785d9e5b1192e64af06f29d608f012c69a.tar.bz2
nixlib-274994785d9e5b1192e64af06f29d608f012c69a.tar.lz
nixlib-274994785d9e5b1192e64af06f29d608f012c69a.tar.xz
nixlib-274994785d9e5b1192e64af06f29d608f012c69a.tar.zst
nixlib-274994785d9e5b1192e64af06f29d608f012c69a.zip
networking module: remove reference to removed ip-up.target
Diffstat (limited to 'nixos/modules/config/networking.nix')
-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