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: string
Default
{
  sqlite3 = "${services.matrix-synapse.dataDir}/homeserver.db";
  psycopg2 = "matrix-synapse";
}.${services.matrix-synapse.settings.database.name};
declared in: nixos/modules/services/matrix/synapse.nixView source on NixOS/nixpkgs →