services.matrix-synapse.settings.database.args.database
NixOS option
Name of the database when using the psycopg2 backend, path to the database location when using sqlite3.
type: stringDefault
declared in: nixos/modules/services/matrix/synapse.nixView source on NixOS/nixpkgs →{
sqlite3 = "${services.matrix-synapse.dataDir}/homeserver.db";
psycopg2 = "matrix-synapse";
}.${services.matrix-synapse.settings.database.name};