From 919b218026eb40d230dcf16160b837ee8db50c06 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 12 Jan 2022 23:59:48 +0100 Subject: [PATCH] fixing pad.hacc.space (hopefully) (I haven't tested this, since I don't want to try the upgrade-adventure a second time today, but I think this should fix it) --- services/hedgedoc-hacc.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/hedgedoc-hacc.nix b/services/hedgedoc-hacc.nix index 2c05b1c..f31cb3b 100644 --- a/services/hedgedoc-hacc.nix +++ b/services/hedgedoc-hacc.nix @@ -78,6 +78,9 @@ "DATABASE codimd" = "ALL PRIVILEGES"; }; }]; + authentication = '' + local all all trust + ''; }; services.postgresqlBackup = { enable = true;