mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: database type for synapse
This commit is contained in:
parent
62773f907c
commit
4a1ce0d538
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ in {
|
||||||
matrix-synapse = {
|
matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
database.name = "matrix-synapse";
|
database.name = "psycopg2";
|
||||||
database.args = {
|
database.args = {
|
||||||
user = "matrix-synapse";
|
user = "matrix-synapse";
|
||||||
password = "synapse";
|
password = "synapse";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue