Merge pull request #132895 from poscat0x04/chrony-dns

nixos/chrony: wait for DNS services to start up before starting
This commit is contained in:
Timothy DeHerrera
2021-08-06 13:02:08 -06:00
committed by GitHub
@@ -148,7 +148,7 @@ in
wantedBy = [ "multi-user.target" ];
wants = [ "time-sync.target" ];
before = [ "time-sync.target" ];
after = [ "network.target" ];
after = [ "network.target" "nss-lookup.target" ];
conflicts = [ "ntpd.service" "systemd-timesyncd.service" ];
path = [ chronyPkg ];