From cec645a41a3925eb338bea4983eb1e70b3236c5c Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 12 Feb 2025 03:13:43 -0500 Subject: [PATCH] turn registration back off --- nixos/modules/conduit-stranger-systems.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/conduit-stranger-systems.nix b/nixos/modules/conduit-stranger-systems.nix index 51ee6a2..71d323a 100644 --- a/nixos/modules/conduit-stranger-systems.nix +++ b/nixos/modules/conduit-stranger-systems.nix @@ -22,7 +22,7 @@ in { settings.global = { inherit server_name; - allow_registration = true; + allow_registration = false; }; };