From 0665af2f5d35950464b5326409895cd87f0b017d Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 12 Feb 2025 03:13:23 -0500 Subject: [PATCH] Allow registration for now --- nixos/modules/conduit-stranger-systems.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/conduit-stranger-systems.nix b/nixos/modules/conduit-stranger-systems.nix index ed146f7..51ee6a2 100644 --- a/nixos/modules/conduit-stranger-systems.nix +++ b/nixos/modules/conduit-stranger-systems.nix @@ -22,6 +22,7 @@ in { settings.global = { inherit server_name; + allow_registration = true; }; };