From 9937d5ff94f7372133197edcaafcbdc60e850dde 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 454b0f9..f0287f5 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;