From 6e6fd0f658b18fb21c832ef95ffaebcaba5f7d6f Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Thu, 1 Dec 2022 03:06:40 +0100 Subject: [PATCH] Allow peer authentication for mastodon --- modules/postgresql.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/postgresql.nix b/modules/postgresql.nix index d064222..9d8c1cd 100644 --- a/modules/postgresql.nix +++ b/modules/postgresql.nix @@ -11,6 +11,7 @@ root_as_others root nextcloud root_as_others root roundcube root_as_others root wikijs-test + root_as_others root mastodon ''; authentication = '' local all postgres peer