nixos/dhcpcd: Wait for devices to settle

This commit is contained in:
Sarah Brofeldt 2018-08-21 09:51:33 +02:00 committed by Robin Gloster
parent 6897945879
commit 4c6171c173

View File

@ -161,8 +161,9 @@ in
{ description = "DHCP Client";
wantedBy = [ "multi-user.target" ] ++ optional (!hasDefaultGatewaySet) "network-online.target";
wants = [ "network.target" ];
wants = [ "network.target" "systemd-udev-settle.service" ];
before = [ "network.target" ];
after = [ "systemd-udev-settle.service" ];
# Stopping dhcpcd during a reconfiguration is undesirable
# because it brings down the network interfaces configured by