From 9492528761478b30897e5a2b4697c087f80cab33 Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 29 Dec 2023 22:14:07 -0500 Subject: [PATCH] mango: disable reg --- nixos/hosts/mango/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/mango/default.nix b/nixos/hosts/mango/default.nix index f026dce..359e462 100644 --- a/nixos/hosts/mango/default.nix +++ b/nixos/hosts/mango/default.nix @@ -19,7 +19,7 @@ server_name = "sapphic.engineer"; port = 6167; address = "::"; - allow_registration = true; + allow_registration = false; allow_federation = true; allow_check_for_updates = true; };