update postgres auth config
This commit is contained in:
parent
9d02b6600e
commit
5a0af7fab6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ _: {
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
authentication = ''
|
authentication = ''
|
||||||
host dendrite dendrite 127.0.0.1/32 trust
|
local dendrite dendrite trust
|
||||||
'';
|
'';
|
||||||
ensureDatabases = ["dendrite"];
|
ensureDatabases = ["dendrite"];
|
||||||
ensureUsers = [
|
ensureUsers = [
|
||||||
|
|
Loading…
Reference in a new issue