1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 02:51:08 +01:00

Send the same message to recipients

This commit is contained in:
Kierán Meinhardt
2019-05-01 15:44:04 +02:00
parent 3139bebd0f
commit efe15feab0
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ in {
enable = true;
time = "08/6:00";
token = lib.strings.removeSuffix "\n" (builtins.readFile <secrets/telegram-kmein.token>);
chatIds = [ "18980945" ];
chatIds = [ "18980945" "757821027" ];
command = "${pkgs.literature-quote}/bin/literature-quote";
parseMode = "Markdown";
};