summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-02-20 00:29:28 +0100
committerRory& <root@rory.gay>2025-02-20 00:29:28 +0100
commite6099d1f93d94413b6bd4f263c152e491ce3c4dc (patch)
tree42b067cde174ffa777607bf8c4ba3049411cc169
parentReintroduce synapse (diff)
downloadRory-Open-Architecture-e6099d1f93d94413b6bd4f263c152e491ce3c4dc.tar.xz
Set synapse data dir
-rwxr-xr-xhost/Rory-ovh/services/matrix/synapse/synapse-main.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-ovh/services/matrix/synapse/synapse-main.nix b/host/Rory-ovh/services/matrix/synapse/synapse-main.nix

index d90ef26..c6e5217 100755 --- a/host/Rory-ovh/services/matrix/synapse/synapse-main.nix +++ b/host/Rory-ovh/services/matrix/synapse/synapse-main.nix
@@ -6,6 +6,7 @@ services.matrix-synapse = { enable = true; withJemalloc = true; + dataDir = "/data/matrix-synapse"; nginxVirtualHostName = "matrix.rory.gay"; enableWorkers = true;