summary refs log tree commit diff
path: root/nixos/modules/system/boot/networkd.nix
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-09-12 16:49:20 +0200
committerAlexander Ried <ried@mytum.de>2016-09-13 11:19:23 +0200
commite90471d792ab094748b38120cf2d166b1f77dc99 (patch)
tree7f97fee2e669af5b8d57d0472bbb7928c0140e50 /nixos/modules/system/boot/networkd.nix
parent2d46004b74f8a0310434be0a8d2f1c6dcf85e3e0 (diff)
downloadnixlib-e90471d792ab094748b38120cf2d166b1f77dc99.tar
nixlib-e90471d792ab094748b38120cf2d166b1f77dc99.tar.gz
nixlib-e90471d792ab094748b38120cf2d166b1f77dc99.tar.bz2
nixlib-e90471d792ab094748b38120cf2d166b1f77dc99.tar.lz
nixlib-e90471d792ab094748b38120cf2d166b1f77dc99.tar.xz
nixlib-e90471d792ab094748b38120cf2d166b1f77dc99.tar.zst
nixlib-e90471d792ab094748b38120cf2d166b1f77dc99.zip
systemd-networkd.service: remove network-interfaces.target ordering
Diffstat (limited to 'nixos/modules/system/boot/networkd.nix')
-rw-r--r--nixos/modules/system/boot/networkd.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix
index 38b4b437369d..d125be7c3d07 100644
--- a/nixos/modules/system/boot/networkd.nix
+++ b/nixos/modules/system/boot/networkd.nix
@@ -672,7 +672,6 @@ in
 
     systemd.services.systemd-networkd = {
       wantedBy = [ "multi-user.target" ];
-      before = [ "network-interfaces.target" ];
       restartTriggers = [ config.environment.etc."systemd/network".source ];
     };