From 116f4e3db441ca682f98a182bff6999be1b399c2 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 13 Mar 2025 20:46:26 +0100 Subject: [PATCH] update pleroma config --- systems/hetzner/default.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/systems/hetzner/default.nix b/systems/hetzner/default.nix index bf06598..0b994fb 100644 --- a/systems/hetzner/default.nix +++ b/systems/hetzner/default.nix @@ -116,11 +116,20 @@ in name = "Nyan Social"; description = "A Nyantastic Fediverse instance!"; email = "admin@nyan.social"; - registration_open = false; + registrations_open = false; + account_activation_required = true; + account_approval_required = true; + external_user_synchronization = true; + show_reactions = true; + invites_enabled = true; federating = true; federation_incoming_replies_max_depth = null; max_remote_account_fields = 100; - external_user_synchronization = true; + federated_timeline_available =true; + languages = [ + "en" + "de" + ]; local_bubble = [ "social.nekover.se" ];