Fix server
This commit is contained in:
parent
df9e3624f6
commit
7b03a2133b
@ -1,9 +1,10 @@
|
|||||||
{ pkgs, config, lib, ... }: {
|
{ pkgs, config, lib, ... }: {
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
allow_guest_access = false;
|
allow_guest_access = false;
|
||||||
listeners = [{
|
listeners = [{
|
||||||
bind_address = "0.0.0.0";
|
# bind_address = "0.0.0.0";
|
||||||
port = 13748;
|
port = 13748;
|
||||||
resources = [
|
resources = [
|
||||||
{
|
{
|
||||||
@ -30,6 +31,7 @@
|
|||||||
app_service_config_files =
|
app_service_config_files =
|
||||||
[ config.secrets-envsubst.mautrix-telegram-registration.substituted ];
|
[ config.secrets-envsubst.mautrix-telegram-registration.substituted ];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.postgresql.enable = true;
|
services.postgresql.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user