From 6834f2c9630a1b0fb6bdf9aa4d6142ee72396bf8 Mon Sep 17 00:00:00 2001 From: Andrew Torgesen Date: Sat, 17 Jan 2026 08:16:44 -0800 Subject: [PATCH 1/2] [ATS] Shift tactical daily job --- pkgs/nixos/profiles/ats.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/nixos/profiles/ats.nix b/pkgs/nixos/profiles/ats.nix index d9d9c0870..f96aa6729 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; }; } From 520ed36293de80df6e90a018e01f4477cfedda80 Mon Sep 17 00:00:00 2001 From: "goromal (bot)" Date: Sat, 17 Jan 2026 16:17:47 +0000 Subject: [PATCH 2/2] Update changelog --- changes/pr-449.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/pr-449.md diff --git a/changes/pr-449.md b/changes/pr-449.md new file mode 100644 index 000000000..282ab39df --- /dev/null +++ b/changes/pr-449.md @@ -0,0 +1 @@ +[ATS] Shift tactical daily job