update postgres auth config

This commit is contained in:
Adithya 2023-10-29 23:53:58 +05:30
parent 830f5a5ef3
commit 9d02b6600e
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -1,6 +1,9 @@
_: {
services.postgresql = {
enable = true;
authentication = ''
host dendrite dendrite 127.0.0.1/32 trust
'';
ensureDatabases = ["dendrite"];
ensureUsers = [
{