Merge pull request #140343 from Artturin/cfdynststartat

cfdyndns: fix startAt by setting it to *:0/5 instead of 5 minutes

Changed files
+1 -1
nixos
modules
services
+1 -1
nixos/modules/services/misc/cfdyndns.nix
···
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;