From 0cc3ec10b3de9194cf0689922e69d4a594c4818d Mon Sep 17 00:00:00 2001 From: chayleaf Date: Fri, 27 Oct 2023 02:01:00 +0700 Subject: [PATCH] pleroma: fix config email and manual activation cant coexist (plus i didnt configure email activation) --- system/hosts/server/akkoma.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/hosts/server/akkoma.nix b/system/hosts/server/akkoma.nix index 4c76f30..7f44ee7 100644 --- a/system/hosts/server/akkoma.nix +++ b/system/hosts/server/akkoma.nix @@ -45,7 +45,6 @@ in { notify_email = "noreply@${cfg.domainName}"; limit = 5000; registrations_open = true; - account_activation_required = true; account_approval_required = true; }; config.":pleroma"."Pleroma.Repo" = {