mautrix-telegram: enable again and small fix
This commit is contained in:
parent
e5b9d8b944
commit
8c7ffab70e
|
@ -48,7 +48,7 @@
|
|||
./modules/stream.nix
|
||||
./modules/nextcloud.nix
|
||||
./modules/matrix.nix
|
||||
# ./modules/mautrix-telegram.nix
|
||||
./modules/mautrix-telegram.nix
|
||||
./modules/sogo.nix
|
||||
./modules/vaultwarden.nix
|
||||
./modules/website.nix
|
||||
|
|
|
@ -46,12 +46,13 @@ in
|
|||
# Use postgresql instead of sqlite
|
||||
database = "postgresql:///mautrix-telegram?host=/run/postgresql";
|
||||
port = 8082;
|
||||
address = "localhost:${toString port}";
|
||||
address = "http://localhost:${toString port}";
|
||||
};
|
||||
|
||||
bridge = {
|
||||
relaybot.authless_portals = false;
|
||||
permissions = {
|
||||
# Add yourself here temporarily
|
||||
"@admin:${homeserverDomain}" = "admin";
|
||||
};
|
||||
relay_user_distinguishers = [ ];
|
||||
|
|
Loading…
Reference in a new issue