fix: synapse secret path

This commit is contained in:
Dominik Polakovics Polakovics 2026-03-02 11:45:54 +01:00
parent 4825645bc1
commit 8d65b28de2

View file

@ -26,7 +26,7 @@ let
matrix_authentication_service: matrix_authentication_service:
enabled: true enabled: true
endpoint: "http://127.0.0.1:8081" endpoint: "http://127.0.0.1:8081"
secret_file: ${config.sops.secrets.mas-matrix-secret-synapse.path} secret_path: ${config.sops.secrets.mas-matrix-secret-synapse.path}
''; '';
in { in {
# Secrets for MAS # Secrets for MAS