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

feat: astro telegram bot sends to channel

This commit is contained in:
2022-01-05 14:49:04 +01:00
parent a3464f3328
commit 5051938679

View File

@@ -40,9 +40,9 @@ let
in {
niveum.telegramBots.transits = {
enable = true;
time = "4:00";
time = "0:00";
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
chatIds = [ "18980945" ];
chatIds = [ "-1001796440545" ];
command = toString (pkgs.writers.writeDash "common-transits" ''
{
date=$(${pkgs.coreutils}/bin/date +'%m %d %Y')