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"; }; }; }