mirror of
https://github.com/kmein/niveum
synced 2026-03-23 13:21:06 +01:00
fix: send transits at correct time
This commit is contained in:
@@ -40,7 +40,7 @@ let
|
|||||||
in {
|
in {
|
||||||
niveum.telegramBots.transits = {
|
niveum.telegramBots.transits = {
|
||||||
enable = true;
|
enable = true;
|
||||||
time = "0:00";
|
time = "4:00";
|
||||||
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
chatIds = [ "18980945" ];
|
chatIds = [ "18980945" ];
|
||||||
command = toString (pkgs.writers.writeDash "common-transits" ''
|
command = toString (pkgs.writers.writeDash "common-transits" ''
|
||||||
|
|||||||
Reference in New Issue
Block a user