mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +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 = {
|
niveum.telegramBots.tlg-wotd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
time = "8:00";
|
time = "9:30";
|
||||||
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
chatIds = [ "@tlgwotd" ];
|
chatIds = [ "@tlgwotd" ];
|
||||||
command = toString (pkgs.writers.writeDash "tlg-wotd" ''
|
command = toString (pkgs.writers.writeDash "tlg-wotd" ''
|
||||||
|
|||||||
Reference in New Issue
Block a user