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:
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user