Disable Matrix federation
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user