From 4ec4081ddb6520527a39c8d99dca6427a3ef0956 Mon Sep 17 00:00:00 2001 From: goeranh Date: Sat, 28 Feb 2026 15:17:30 +0100 Subject: [PATCH] enable registration for now --- hosts/git/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/git/default.nix b/hosts/git/default.nix index 66ced27..575bb86 100644 --- a/hosts/git/default.nix +++ b/hosts/git/default.nix @@ -47,7 +47,7 @@ username = "email"; }; service = { - SHOW_REGISTRATION_BUTTON = "false"; + # SHOW_REGISTRATION_BUTTON = "false"; }; }; };