fix telegram

This commit is contained in:
chris 2025-04-19 00:18:09 +02:00
commit 92ad4cd41a
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
4 changed files with 11 additions and 7 deletions

View file

@ -70,14 +70,14 @@ in
receiver = "telegram";
group_wait = "45s";
group_interval = "3m";
repeat_interval = "45m";
repeat_interval = "30m";
};
receivers = [
{
name = "telegram";
telegram_configs = [
{
bot_token_file = config.sops.secrets."services/telegrambot/token".path;
bot_token_file = config.sops.secrets."services/telegram_bot/token".path;
chat_id = -1002579132187;
}
];