nixos/dhcpd: Wait until network interfaces are configured to start
This commit is contained in:
parent
b3ddcfabd9
commit
d0c0c2f9ba
|
@ -120,6 +120,8 @@ in
|
|||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
after = [ "network.target" ];
|
||||
|
||||
path = [ pkgs.dhcp ];
|
||||
|
||||
preStart =
|
||||
|
|
Loading…
Reference in New Issue