diff --git a/hosts/carbon/configuration.nix b/hosts/carbon/configuration.nix index b0fc794..051f1d3 100644 --- a/hosts/carbon/configuration.nix +++ b/hosts/carbon/configuration.nix @@ -63,10 +63,10 @@ systemd.services.kea-dhcp4-server = { after = [ - "network-setup.service" + "network.target" ]; - requires = [ - "network-setup.service" + wants = [ + "network.target" ]; };