1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(telegram-bots): set TLG bot time to 9:30

the server is set to PST/PDT (Irvine, California) so the new day begins at 9:00 CET/CEST
This commit is contained in:
2021-05-21 10:01:13 +02:00
parent 6a3add22ed
commit 99a8ecf876

View File

@@ -2,7 +2,7 @@
{
niveum.telegramBots.tlg-wotd = {
enable = true;
time = "8:00";
time = "9:30";
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
chatIds = [ "@tlgwotd" ];
command = toString (pkgs.writers.writeDash "tlg-wotd" ''