From b08fdd6e6b5cb4e2dea819e84e8dde7f55a89ef5 Mon Sep 17 00:00:00 2001 From: yukkop Date: Wed, 1 Jul 2026 09:23:26 +0000 Subject: [PATCH] fix: matrix media --- nixos/module/generic/matrix-cluster.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/module/generic/matrix-cluster.nix b/nixos/module/generic/matrix-cluster.nix index eb622745..ccdcc060 100644 --- a/nixos/module/generic/matrix-cluster.nix +++ b/nixos/module/generic/matrix-cluster.nix @@ -250,6 +250,7 @@ in { # failover flip does not need a separate provisioning step. systemd.tmpfiles.rules = [ "d /var/lib/matrix-synapse 0750 matrix-synapse matrix-synapse -" + "Z ${s3Cfg.mediaStorePath} 0700 matrix-synapse matrix-synapse -" ]; systemd.services.matrix-cluster-signing-key = {