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:
@@ -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" ''
|
||||
|
||||
Reference in New Issue
Block a user