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;