mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
feat(urlwatch): report to telegram
This commit is contained in:
@@ -83,6 +83,11 @@ let
|
|||||||
subject = "{count} changes: {jobs}";
|
subject = "{count} changes: {jobs}";
|
||||||
to = kieran.email;
|
to = kieran.email;
|
||||||
};
|
};
|
||||||
|
telegram = {
|
||||||
|
enabled = true;
|
||||||
|
bot_token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
|
chat_id = "-1001504043752";
|
||||||
|
};
|
||||||
html.diff = "unified";
|
html.diff = "unified";
|
||||||
stdout = {
|
stdout = {
|
||||||
color = true;
|
color = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user