From 6b79492de7467e44733d2644273185af548dc20b Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 8 Mar 2021 00:22:48 +0100 Subject: Added Pleroma This pleroma config should be able to set itself up without any manual intervention (modulo the secrets file, which is almost empty). Annoyingly, the pleroma nixpkg is built from the pipeline artifacts of the pleroma gitlab and does not have support for pleroma's ssh/bbs mode. --- hosts/flora/services/hedgedoc.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hosts/flora/services/hedgedoc.nix') diff --git a/hosts/flora/services/hedgedoc.nix b/hosts/flora/services/hedgedoc.nix index 4ce2256..c7b5379 100644 --- a/hosts/flora/services/hedgedoc.nix +++ b/hosts/flora/services/hedgedoc.nix @@ -26,10 +26,10 @@ # ugly workaround to allow CodiMD to login without password — this service has lots of options, # but apparently not for authentification, which even needs to be forced … authentication = pkgs.lib.mkForce '' - # Generated file; do not edit! - local all all trust - host codimd codimd ::1/128 trust - ''; + # Generated file; do not edit! + local all all trust + host codimd codimd ::1/128 trust + ''; }; # CodiMD itself services.hedgedoc = { -- cgit v1.2.3