From f622a5dec70d5377e69656a143d178ea1d7e3eb9 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 9 May 2024 19:44:24 +0200 Subject: Emma, stop forgetting semicolons you dork --- host/Rory-nginx/services/matrix/synapse.nix | 6 +++--- 1 file 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 -- cgit 1.4.1