diff options
Diffstat (limited to 'hosts/surtr')
-rw-r--r-- | hosts/surtr/matrix/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/surtr/matrix/default.nix b/hosts/surtr/matrix/default.nix index aad9bc90..c498f906 100644 --- a/hosts/surtr/matrix/default.nix +++ b/hosts/surtr/matrix/default.nix | |||
@@ -27,11 +27,11 @@ | |||
27 | } | 27 | } |
28 | ]; | 28 | ]; |
29 | 29 | ||
30 | tls_certificate_path = "/run/credentials/matrix-synapse/synapse.li.pem"; | 30 | tls_certificate_path = "/run/credentials/matrix-synapse.service/synapse.li.pem"; |
31 | tls_private_key_path = "/run/credentials/matrix-synapse/synapse.li.key.pem"; | 31 | tls_private_key_path = "/run/credentials/matrix-synapse.service/synapse.li.key.pem"; |
32 | tls_dh_params_path = config.security.dhparams.params.matrix-synapse.path; | 32 | tls_dh_params_path = config.security.dhparams.params.matrix-synapse.path; |
33 | 33 | ||
34 | extraConfigFiles = ["/run/credentials/matrix-synapse/registration.yaml"]; | 34 | extraConfigFiles = ["/run/credentials/matrix-synapse.service/registration.yaml"]; |
35 | }; | 35 | }; |
36 | sops.secrets."matrix-synapse-registration.yaml" = { | 36 | sops.secrets."matrix-synapse-registration.yaml" = { |
37 | format = "binary"; | 37 | format = "binary"; |