diff --git a/configs/urlwatch.nix b/configs/urlwatch.nix index b4ac62d..fad640f 100644 --- a/configs/urlwatch.nix +++ b/configs/urlwatch.nix @@ -83,6 +83,11 @@ let subject = "{count} changes: {jobs}"; to = kieran.email; }; + telegram = { + enabled = true; + bot_token = lib.strings.fileContents ; + chat_id = "-1001504043752"; + }; html.diff = "unified"; stdout = { color = true;