From 27bc34f1e471991e43df028edc51159b12405120 Mon Sep 17 00:00:00 2001 From: Alexander Ried Date: Sat, 10 Sep 2016 18:03:59 +0200 Subject: treewide: deprecate ip-up.target (#18319) Systemd upstream provides targets for networking. This also includes a target network-online.target. In this PR I remove / replace most occurrences since some of them were even wrong and could delay startup. --- nixos/modules/system/boot/networkd.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nixos/modules/system') diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix index b79683660c5d..38b4b437369d 100644 --- a/nixos/modules/system/boot/networkd.nix +++ b/nixos/modules/system/boot/networkd.nix @@ -677,8 +677,7 @@ in }; systemd.services.systemd-networkd-wait-online = { - before = [ "ip-up.target" ]; - wantedBy = [ "network-online.target" "ip-up.target" ]; + wantedBy = [ "network-online.target" ]; }; systemd.services."systemd-network-wait-online@" = { -- cgit 1.4.1