services.matrix-synapse.settings.database.name

NixOS option

The database engine name. Can be sqlite3 or psycopg2.

type: one of "sqlite3", "psycopg2"
Default
if versionAtLeast config.system.stateVersion "18.03"
then "psycopg2"
else "sqlite3"
declared in: nixos/modules/services/matrix/synapse.nixView source on NixOS/nixpkgs →