services: matrix mautrix-telegram update registration/port

This commit is contained in:
Kabbone 2022-12-29 13:55:53 +01:00
parent 40869cb43f
commit 7f7e66b68c
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -72,7 +72,7 @@ in {
];
app_service_config_files = [
# "/var/lib/matrix-synapse/whatsapp-registration.yaml"
config.age.secrets."services/matrix/telegram-registration.yml".path;
config.age.secrets."services/matrix/telegram-registration.yml".path
# "/var/lib/matrix-synapse/signal-registration.yaml"
];
};
@ -138,6 +138,7 @@ in {
};
appservice = {
hostname = "127.0.0.1";
port = "29317";
provisioning.enabled = false;
id = "telegram";
public = {
@ -173,7 +174,7 @@ in {
age.secrets."services/matrix/mautrix-telegram.env" = {
file = ../../../secrets/services/matrix/mautrix-telegram.age;
owner = "mautrix_telegram";
owner = "mautrix-telegram";
};
}