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

feat(urlwatch): disable telegram

This commit is contained in:
2022-01-12 10:09:16 +01:00
parent 237f7d7c96
commit 3528ffbda3

View File

@@ -107,7 +107,7 @@ let
to = kieran.email; to = kieran.email;
}; };
telegram = { telegram = {
enabled = true; enabled = false;
bot_token = lib.strings.fileContents <system-secrets/telegram/kmein.token>; bot_token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
chat_id = "-1001504043752"; chat_id = "-1001504043752";
}; };