From 44aca3fc2a3fddd823a6d14601b1dcb312960010 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 25 Nov 2023 13:53:13 +0100 Subject: [PATCH] Try and put some stuff in config --- nixos/queen/akkoma.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nixos/queen/akkoma.nix b/nixos/queen/akkoma.nix index defa6bd..04f7cc8 100644 --- a/nixos/queen/akkoma.nix +++ b/nixos/queen/akkoma.nix @@ -25,5 +25,16 @@ forceSSL = true; serverName = "akkoma.gladtherescake.eu"; }; + config = { + ":pleroma".":instance" = { + name = "GLaDTheresCake Akkoma"; + email = "akkoma@gladtherescake.eu"; + notify_email = "no-reply@akkoma.gladtherescake.eu"; + languages = ["en" "nl"]; + registrations_open = false; + max_pinned_statuses = 10; + cleanup_attachments = true; + }; + }; }; }