about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-02 11:27:41 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-02 11:28:45 +0100
commit559f5be07d33ed423f04c2b6dd88b0f9b95093b0 (patch)
treecdf2e51d0d530326c21965734cb22a512b66318f /nixos
parent14a6a059f5863bfd9e7c69336baa8a918b41a86a (diff)
downloadnixlib-559f5be07d33ed423f04c2b6dd88b0f9b95093b0.tar
nixlib-559f5be07d33ed423f04c2b6dd88b0f9b95093b0.tar.gz
nixlib-559f5be07d33ed423f04c2b6dd88b0f9b95093b0.tar.bz2
nixlib-559f5be07d33ed423f04c2b6dd88b0f9b95093b0.tar.lz
nixlib-559f5be07d33ed423f04c2b6dd88b0f9b95093b0.tar.xz
nixlib-559f5be07d33ed423f04c2b6dd88b0f9b95093b0.tar.zst
nixlib-559f5be07d33ed423f04c2b6dd88b0f9b95093b0.zip
dhcpcd: Update to 6.2.1
Dhcpcd now has integration with udev, so it should no longer be a
problem if udev renames an interface while dhcpcd is running.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/dhcpcd.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/dhcpcd.nix b/nixos/modules/services/networking/dhcpcd.nix
index 08a5d6de6a2b..d4ec96a18f6f 100644
--- a/nixos/modules/services/networking/dhcpcd.nix
+++ b/nixos/modules/services/networking/dhcpcd.nix
@@ -106,7 +106,6 @@ in
       { description = "DHCP Client";
 
         wantedBy = [ "network.target" ];
-        after = [ "systemd-udev-settle.service" ];
 
         # Stopping dhcpcd during a reconfiguration is undesirable
         # because it brings down the network interfaces configured by