From a73856721c85691f98b54de869df12ac7feb4f2e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 9 Mar 2017 16:57:28 +0100 Subject: Fix postgres auth --- bragi.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index a3896b60..c4a10e83 100644 --- a/bragi.nix +++ b/bragi.nix @@ -361,7 +361,8 @@ in rec { enable = true; authentication = lib.mkForce '' local sameuser all peer - local root all peer + local postgres all peer + local all root,@admins peer ''; }; -- cgit v1.2.3