From 677aefbe73278b4393bfc5f76bf13e23efcbd951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 5 Oct 2024 15:13:57 +0200 Subject: [PATCH] hesychius: also post on mastodon --- configs/telegram-bots/hesychius.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/telegram-bots/hesychius.nix b/configs/telegram-bots/hesychius.nix index 9cfd633..2fe5735 100644 --- a/configs/telegram-bots/hesychius.nix +++ b/configs/telegram-bots/hesychius.nix @@ -14,6 +14,7 @@ in { tokenFile = config.age.secrets.mastodon-token-smyth.path; enable = true; language = "el"; + tokenFile = config.age.secrets.mastodon-token-hesychius.path; }; telegram = { enable = true;