summaryrefslogtreecommitdiff
path: root/hosts/kay/modules
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-12-17 18:53:47 +0530
committersinanmohd <sinan@sinanmohd.com>2023-12-23 13:05:57 +0530
commitf19894dd2788dd514b710b7593ab0d84972e76a1 (patch)
tree15b79dca90a33d2a13b5b1feb5426321bf830687 /hosts/kay/modules
parentcb0606d7935d9c8cf35ce095c5c7b91a61fa683a (diff)
kay/postgresql: trust all connections through unix socket
Diffstat (limited to 'hosts/kay/modules')
-rw-r--r--hosts/kay/modules/dendrite.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kay/modules/dendrite.nix b/hosts/kay/modules/dendrite.nix
index f5b2c97..ef5d491 100644
--- a/hosts/kay/modules/dendrite.nix
+++ b/hosts/kay/modules/dendrite.nix
@@ -25,6 +25,7 @@ in
name = "dendrite";
ensureDBOwnership = true;
}];
+ authentication = lib.mkForce "local all all trust";
};
dendrite = {