diff --git a/nixos/modules/services/misc/cfdyndns.nix b/nixos/modules/services/misc/cfdyndns.nix index 15af1f50da1d..5885617d7429 100644 --- a/nixos/modules/services/misc/cfdyndns.nix +++ b/nixos/modules/services/misc/cfdyndns.nix @@ -48,7 +48,7 @@ in description = "CloudFlare Dynamic DNS Client"; after = [ "network.target" ]; wantedBy = [ "multi-user.target" ]; - startAt = "5 minutes"; + startAt = "*:0/5"; serviceConfig = { Type = "simple"; User = config.ids.uids.cfdyndns;