summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index a3896b60..c4a10e83 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -361,7 +361,8 @@ in rec {
361 enable = true; 361 enable = true;
362 authentication = lib.mkForce '' 362 authentication = lib.mkForce ''
363 local sameuser all peer 363 local sameuser all peer
364 local root all peer 364 local postgres all peer
365 local all root,@admins peer
365 ''; 366 '';
366 }; 367 };
367 368