wrong database name
This commit is contained in:
parent
4bc48badd3
commit
a2a6f12335
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
services.postgresql.ensureUsers = [{
|
||||
name = "matrix-synapse";
|
||||
ensurePermissions = {
|
||||
"DATABASE matrix-synapse" = "ALL PRIVILEGES";
|
||||
"DATABASE synapse" = "ALL PRIVILEGES";
|
||||
};
|
||||
}];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue