diff options
author | Rory& <root@rory.gay> | 2024-05-09 19:48:19 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-05-09 19:48:19 +0200 |
commit | 4803bd1b845cdde30a1179a3f92faa2d49c26a49 (patch) | |
tree | e331eb6d8aca7286bd866f9223d4deaaab9ca5de /host/Rory-nginx/services | |
parent | Emma, stop forgetting semicolons you dork (diff) | |
download | Rory-Open-Architecture-4803bd1b845cdde30a1179a3f92faa2d49c26a49.tar.xz |
it REALLY wants to use environmentFile...
Diffstat (limited to 'host/Rory-nginx/services')
-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 |