From d96c30bbd5507bb26a0335d273dca2ddd2c5624a Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Tue, 12 Sep 2023 18:23:20 +0200 Subject: [PATCH] Fix calendar-bot timer --- hosts/bicep/services/calendar-bot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/bicep/services/calendar-bot.nix b/hosts/bicep/services/calendar-bot.nix index f0518cd..08bff4a 100644 --- a/hosts/bicep/services/calendar-bot.nix +++ b/hosts/bicep/services/calendar-bot.nix @@ -19,7 +19,7 @@ in { channel = "!gkNLUIhYVpEyLatcRz:pvv.ntnu.no"; }; secretsFile = config.sops.secrets."calendar-bot/matrix_token".path; - onCalendar = "0 9 * * *"; + onCalendar = "*-*-* 09:00:00"; }; }; }