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

feat(urlwatch): report to telegram

This commit is contained in:
2021-08-02 08:44:33 +02:00
parent 9bc3279f52
commit 60e44ae4eb

View File

@@ -83,6 +83,11 @@ let
subject = "{count} changes: {jobs}";
to = kieran.email;
};
telegram = {
enabled = true;
bot_token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
chat_id = "-1001504043752";
};
html.diff = "unified";
stdout = {
color = true;