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