Fix synapse systemd service by allowing access to the media store

This commit is contained in:
June 2023-10-07 05:38:47 +02:00
parent ddcf4eff0d
commit c3a9e56437

View file

@ -1,4 +1,4 @@
{ ... }:
{ config, ... }:
{
services.matrix-synapse = {
@ -48,6 +48,8 @@
];
};
systemd.services.matrix-synapse.serviceConfig.ReadWritePaths = [ config.services.matrix-synapse.settings.media_store_path ];
deployment.keys = {
"matrix-registration-shared-secret.secret" = {
keyCommand = [ "pass" "noc/vm-secrets/chaosknoten/matrix/registration-shared-secret" ];