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