update mautrix-telegram
This commit is contained in:
parent
764ed27bf3
commit
126161d083
@ -78,7 +78,6 @@ in {
|
||||
];
|
||||
app_service_config_files = [
|
||||
config.age.secrets."services/matrix/whatsapp-registration.yml".path
|
||||
config.age.secrets."services/matrix/telegram-registration.yml".path
|
||||
config.age.secrets."services/matrix/signal-registration.yml".path
|
||||
];
|
||||
};
|
||||
@ -196,6 +195,7 @@ in {
|
||||
services = {
|
||||
mautrix-telegram = {
|
||||
enable = true;
|
||||
registerToSynapse = true;
|
||||
environmentFile = config.age.secrets."services/matrix/mautrix-telegram.env".path;
|
||||
settings = {
|
||||
homeserver = {
|
||||
@ -270,10 +270,6 @@ in {
|
||||
file = ../../../secrets/services/matrix/mautrix-signal.age;
|
||||
owner = "mautrix-signal";
|
||||
};
|
||||
age.secrets."services/matrix/telegram-registration.yml" = {
|
||||
file = ../../../secrets/services/matrix/telegram-registration.age;
|
||||
owner = "matrix-synapse";
|
||||
};
|
||||
age.secrets."services/matrix/whatsapp-registration.yml" = {
|
||||
file = ../../../secrets/services/matrix/whatsapp-registration.age;
|
||||
owner = "matrix-synapse";
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user