services.matrix-authentication-service.settings.database.uri

NixOS option

The postgres connection string. Refer to https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING. If you need to put secrets in the uri, please use the extraConfigFiles option.

type: string
Default
"postgresql:///matrix-authentication-service?host=/run/postgresql"
declared in: nixos/modules/services/matrix/matrix-authentication-service.nixView source on NixOS/nixpkgs →