From 91e7a818fc03704ef66176597551de347daafcd1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 9 Mar 2017 16:39:54 +0100 Subject: Authenticate root for any db --- bragi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/bragi.nix b/bragi.nix index a37eb915..938206a9 100644 --- a/bragi.nix +++ b/bragi.nix @@ -368,6 +368,7 @@ in rec { enable = true; authentication = lib.mkForce '' local sameuser all peer + local root all peer ''; }; -- cgit v1.2.3