From b4991c0576da841353c04bd7b82c0bcf974387a4 Mon Sep 17 00:00:00 2001 From: Xe Date: Fri, 4 Nov 2022 21:02:05 -0400 Subject: [PATCH] admin-fe Signed-off-by: Xe --- hosts/akko/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/akko/akkoma.nix b/hosts/akko/akkoma.nix index 82e55ba..4a0cb56 100644 --- a/hosts/akko/akkoma.nix +++ b/hosts/akko/akkoma.nix @@ -35,7 +35,7 @@ in { map mkRaw [ "Pleroma.Web.ActivityPub.MRF.SimplePolicy" ]; # To allow configuration from admin-fe - ":pleroma".":configurable_from_database" = false; + ":pleroma".":configurable_from_database" = true; ":pleroma"."Pleroma.Captcha" = { enabled = false;