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 = {
|
||||
enable = true;
|
||||
settings = {
|
||||
database.name = "matrix-synapse";
|
||||
database.name = "psycopg2";
|
||||
database.args = {
|
||||
user = "matrix-synapse";
|
||||
password = "synapse";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue