summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index a37eb915..938206a9 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -368,6 +368,7 @@ in rec {
368 enable = true; 368 enable = true;
369 authentication = lib.mkForce '' 369 authentication = lib.mkForce ''
370 local sameuser all peer 370 local sameuser all peer
371 local root all peer
371 ''; 372 '';
372 }; 373 };
373 374