From 4803bd1b845cdde30a1179a3f92faa2d49c26a49 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 9 May 2024 19:48:19 +0200 Subject: it REALLY wants to use environmentFile... --- host/Rory-nginx/services/matrix/synapse.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'host/Rory-nginx/services') diff --git a/host/Rory-nginx/services/matrix/synapse.nix b/host/Rory-nginx/services/matrix/synapse.nix index cd290ad..c1109aa 100755 --- a/host/Rory-nginx/services/matrix/synapse.nix +++ b/host/Rory-nginx/services/matrix/synapse.nix @@ -19,6 +19,7 @@ in "SYNCV3_DB" = "postgresql://%2Frun%2Fpostgresql/syncv3"; "SYNCV3_BINDADDR" = "0.0.0.0:8100"; }; + environmentFile = "/etc/sliding-sync.env"; }; # https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html -- cgit 1.4.1