From 3982b3d5abed368985dd9d325b6b544e86701d7e Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 22 Jul 2023 17:28:02 +0200 Subject: Fix(system/services/matrix): Move persisting files ctrl to impermanence --- system/services/matrix/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system/services/matrix/default.nix') 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 = [ { -- cgit 1.4.1