update postgres auth config
This commit is contained in:
parent
5a0af7fab6
commit
624cd6aec6
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
_: {
|
||||
{pkgs, ...}: {
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
authentication = ''
|
||||
local dendrite dendrite trust
|
||||
authentication = pkgs.lib.mkOverride 10 ''
|
||||
local all all trust
|
||||
host dendrite dendrite trust
|
||||
'';
|
||||
ensureDatabases = ["dendrite"];
|
||||
ensureUsers = [
|
||||
|
|
Loading…
Reference in a new issue