diff options
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | }; |