From 9b637a59e912f2a598f3933fb0e499944724c140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 24 Aug 2024 20:27:41 +0300 Subject: [PATCH] Revert "deployerbot: run twice a week" This reverts commit 3da5c76ea3f537c5871a4c2be5b0e4e6a470f031. --- modules/services/deployerbot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/deployerbot/default.nix b/modules/services/deployerbot/default.nix index 6753d69..5922790 100644 --- a/modules/services/deployerbot/default.nix +++ b/modules/services/deployerbot/default.nix @@ -117,7 +117,7 @@ systemd.timers.deployerbot = { description = "deployerbot-main timer"; wantedBy = [ "timers.target" ]; - timerConfig.OnCalendar = "Mon,Thu *-*-* 23:30:00 UTC"; + timerConfig.OnCalendar = "*-*-* 23:30:00 UTC"; }; mj.base.unitstatus.units = [ "deployerbot" ];