about summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-18 02:43:00 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-18 02:43:00 +0200
commitd43b536ab65baec218fe6ed513f6e0aa2bf6b3ab (patch)
tree9a70154e70e4481c81dbb1bd4d05302d2a6353f9 /nixos/modules/services/networking
parentf7d28f7cd65bb0321880158073915b76836b91a2 (diff)
downloadnixlib-d43b536ab65baec218fe6ed513f6e0aa2bf6b3ab.tar
nixlib-d43b536ab65baec218fe6ed513f6e0aa2bf6b3ab.tar.gz
nixlib-d43b536ab65baec218fe6ed513f6e0aa2bf6b3ab.tar.bz2
nixlib-d43b536ab65baec218fe6ed513f6e0aa2bf6b3ab.tar.lz
nixlib-d43b536ab65baec218fe6ed513f6e0aa2bf6b3ab.tar.xz
nixlib-d43b536ab65baec218fe6ed513f6e0aa2bf6b3ab.tar.zst
nixlib-d43b536ab65baec218fe6ed513f6e0aa2bf6b3ab.zip
Work around apparent dhcpcd bug
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/dhcpcd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/dhcpcd.nix b/nixos/modules/services/networking/dhcpcd.nix
index 349ad27b41c4..920c4d173e4e 100644
--- a/nixos/modules/services/networking/dhcpcd.nix
+++ b/nixos/modules/services/networking/dhcpcd.nix
@@ -109,6 +109,7 @@ in
       { description = "DHCP Client";
 
         wantedBy = [ "network.target" ];
+        after = [ "systemd-udev-settle.service" ]; # FIXME
 
         # Stopping dhcpcd during a reconfiguration is undesirable
         # because it brings down the network interfaces configured by