Disable Matrix federation

This commit is contained in:
2021-02-03 01:46:38 +01:00
parent e19f9f8a8a
commit e65f322cfb
4 changed files with 2 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
tls = false;
resources = [{
compress = true;
names = [ "client" "webclient" "federation" ];
names = [ "client" ];
}];
x_forwarded = true;
}];
@@ -18,7 +18,7 @@
# Telegram bridge for Matrix
services.mautrix-telegram = {
enable = false;
enable = true;
environmentFile = /var/lib/mautrix-telegram/telegram.env;
settings = {
homeserver = {