Fix server

This commit is contained in:
Alexander Bantyev 2022-04-27 17:22:28 +03:00
parent df9e3624f6
commit 7b03a2133b
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -1,9 +1,10 @@
{ pkgs, config, lib, ... }: {
services.matrix-synapse = {
enable = true;
settings = {
allow_guest_access = false;
listeners = [{
bind_address = "0.0.0.0";
# bind_address = "0.0.0.0";
port = 13748;
resources = [
{
@ -30,6 +31,7 @@
app_service_config_files =
[ config.secrets-envsubst.mautrix-telegram-registration.substituted ];
};
};
services.postgresql.enable = true;