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 = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
authentication = ''
|
authentication = pkgs.lib.mkOverride 10 ''
|
||||||
local dendrite dendrite trust
|
local all all trust
|
||||||
|
host dendrite dendrite trust
|
||||||
'';
|
'';
|
||||||
ensureDatabases = ["dendrite"];
|
ensureDatabases = ["dendrite"];
|
||||||
ensureUsers = [
|
ensureUsers = [
|
||||||
|
|
Loading…
Reference in a new issue