From 99eaa7d1c9e706bd6ac7035024f8ff97c43fb08b Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 25 Nov 2023 15:01:28 +0100 Subject: [PATCH] Let's see if I can register at least? --- nixos/queen/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/queen/akkoma.nix b/nixos/queen/akkoma.nix index 9a11bed..d748415 100644 --- a/nixos/queen/akkoma.nix +++ b/nixos/queen/akkoma.nix @@ -38,7 +38,7 @@ }; description = "Lillian's Akkoma server!"; languages = ["en" "nl"]; - registrations_open = false; + registrations_open = true; max_pinned_statuses = 10; cleanup_attachments = true; };