From e2f784ed3bb3bbe6c2c92f0c0f69953a69787ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 5 Oct 2024 15:09:11 +0200 Subject: [PATCH] smyth: also post on mastodon --- configs/telegram-bots/smyth.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/telegram-bots/smyth.nix b/configs/telegram-bots/smyth.nix index 88f0315..f247115 100644 --- a/configs/telegram-bots/smyth.nix +++ b/configs/telegram-bots/smyth.nix @@ -11,6 +11,7 @@ enable = true; tokenFile = config.age.secrets.mastodon-token-smyth.path; language = "en"; + tokenFile = config.age.secrets.mastodon-token-smyth.path; }; telegram = { enable = true;