Set up the Telegram bridge

This commit is contained in:
2022-07-20 22:38:20 +02:00
parent bf6a8a3859
commit 03e31460a5
4 changed files with 18 additions and 0 deletions

View File

@@ -55,6 +55,11 @@ in {
port = 8118;
format = "mautrix-python";
package = mautrix-telegram;
serviceConfig.EnvironmentFile = config.age.secrets.telegram.path;
settings.telegram = {
api_id = "$API_ID";
api_hash = "$API_HASH";
};
};
facebook = {
port = 8228;