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