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