diff --git a/changes/pr-449.md b/changes/pr-449.md new file mode 100644 index 00000000..282ab39d --- /dev/null +++ b/changes/pr-449.md @@ -0,0 +1 @@ +[ATS] Shift tactical daily job diff --git a/pkgs/nixos/profiles/ats.nix b/pkgs/nixos/profiles/ats.nix index d9d9c087..f96aa672 100644 --- a/pkgs/nixos/profiles/ats.nix +++ b/pkgs/nixos/profiles/ats.nix @@ -139,7 +139,7 @@ with import ../dependencies.nix; { rcrsync copy configs && surveys_report upload-results ''; timerCfg = { - OnCalendar = [ "*-*-* 00:00:00" ]; + OnCalendar = [ "*-*-* 16:00:00" ]; Persistent = false; }; }