diff options
-rwxr-xr-x | host/Rory-nginx/services/matrix/synapse.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse.nix b/host/Rory-nginx/services/matrix/synapse.nix index b5eaf2b..cd290ad 100755 --- a/host/Rory-nginx/services/matrix/synapse.nix +++ b/host/Rory-nginx/services/matrix/synapse.nix @@ -16,9 +16,9 @@ in enable = true; settings = { "SYNCV3_SERVER" = "http://localhost:8008"; - "SYNCV3_DB" = "postgresql://%2Frun%2Fpostgresql/syncv3" - "SYNCV3_BINDADDR" = "0.0.0.0:8100" - } + "SYNCV3_DB" = "postgresql://%2Frun%2Fpostgresql/syncv3"; + "SYNCV3_BINDADDR" = "0.0.0.0:8100"; + }; }; # https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html |