Fix calendar-bot timer

This commit is contained in:
Felix Albrigtsen 2023-09-12 18:23:20 +02:00
parent 36b768b3b2
commit d96c30bbd5
1 changed files with 1 additions and 1 deletions

View File

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