services.matrix-authentication-service.credentials

NixOS option

Mapping of credential name to source file-path. Exposed to the unit via LoadCredential and readable inside the service at ${CREDENTIALS_DIRECTORY}/<name>. For example: services.matrix-authentication-service.credentials."synapse-secret" = "/run/agenix/synapse-shared"; services.matrix-authentication-service.settings.matrix.secret_file = "\${CREDENTIALS_DIRECTORY}/synapse-secret";

type: attribute set of string
Default
{ }
declared in: nixos/modules/services/matrix/matrix-authentication-service.nixView source on NixOS/nixpkgs →