summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 518a3f94..0d0a2ca6 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -365,7 +365,7 @@ in rec {
365 365
366 services.postgresql = { 366 services.postgresql = {
367 enable = true; 367 enable = true;
368 authorization = lib.mkForce '' 368 authentication = lib.mkForce ''
369 local sameuser all peer 369 local sameuser all peer
370 ''; 370 '';
371 }; 371 };