diff options
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse.nix')
-rwxr-xr-x | host/Rory-nginx/services/matrix/synapse.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |