1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 21:01:07 +01:00

fix(catullus): use system-secrets

This commit is contained in:
Kierán Meinhardt
2020-10-06 23:21:04 +02:00
parent 717355a2cd
commit 8098cdc842
6 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ in {
niveum.telegramBots.quotebot = {
enable = true;
time = "08/6:00";
token = lib.strings.fileContents <secrets/telegram/kmein.token>;
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
chatIds = [ "18980945" "757821027" "455964311" ];
command = "${literature-quote}/bin/literature-quote";
parseMode = "Markdown";