Fix server
This commit is contained in:
parent
df9e3624f6
commit
7b03a2133b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user