summary refs log tree commit diff stats
path: root/system/services/matrix
diff options
context:
space:
mode:
Diffstat (limited to 'system/services/matrix')
-rw-r--r--system/services/matrix/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/services/matrix/default.nix b/system/services/matrix/default.nix
index a088159..0a55e32 100644
--- a/system/services/matrix/default.nix
+++ b/system/services/matrix/default.nix
@@ -50,10 +50,10 @@ in {
 
   services.matrix-synapse = {
     enable = true;
-    dataDir = "/srv/matrix/data";
-    configFile = "/srv/matrix";
+    dataDir = "/var/lib/matrix";
+    configFile = "/etc/matrix/matrix.conf";
     settings = {
-      media_store_path = "/srv/matrix/media_store";
+      media_store_path = "/var/lib/matrix/media_store";
       server_name = "vhack.eu";
       listeners = [
         {