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