summary refs log tree commit diff
path: root/nixos/modules/system/boot/networkd.nix
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2016-10-02 16:34:37 +0200
committerGitHub <noreply@github.com>2016-10-02 16:34:37 +0200
commit0906a0f19718605a8074c1c1bf0b3368f8e0d09c (patch)
tree77d768b4693a4d5b05858609f22782c461c1b9bd /nixos/modules/system/boot/networkd.nix
parentc2ee2a723f4d97de650e972e69c03acb5c2197da (diff)
parentfc0dc65f416ccc3e5cc4acfca7aaf93b50890670 (diff)
downloadnixlib-0906a0f19718605a8074c1c1bf0b3368f8e0d09c.tar
nixlib-0906a0f19718605a8074c1c1bf0b3368f8e0d09c.tar.gz
nixlib-0906a0f19718605a8074c1c1bf0b3368f8e0d09c.tar.bz2
nixlib-0906a0f19718605a8074c1c1bf0b3368f8e0d09c.tar.lz
nixlib-0906a0f19718605a8074c1c1bf0b3368f8e0d09c.tar.xz
nixlib-0906a0f19718605a8074c1c1bf0b3368f8e0d09c.tar.zst
nixlib-0906a0f19718605a8074c1c1bf0b3368f8e0d09c.zip
Merge pull request #18491 from groxxda/network-interfaces
Replace Network-interfaces.target
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 2cf6a4cca9a4..dbb9bced94cf 100644
--- a/nixos/modules/system/boot/networkd.nix
+++ b/nixos/modules/system/boot/networkd.nix
@@ -667,7 +667,6 @@ in
 
     systemd.services.systemd-networkd = {
       wantedBy = [ "multi-user.target" ];
-      before = [ "network-interfaces.target" ];
       restartTriggers = [ config.environment.etc."systemd/network".source ];
     };