services: matrix mautrix-telegram update registration/port
This commit is contained in:
parent
40869cb43f
commit
7f7e66b68c
@ -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";
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user