From 06360e6e374aa883a2d007d0affc9e32b04f5d60 Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 3 May 2024 10:35:28 +0200 Subject: [PATCH] feat(forgejo): disable sign ups Gotta add some "mail this place to sign up" instead. --- hosts/ami/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ami/forgejo.nix b/hosts/ami/forgejo.nix index cf0a19d..719aca8 100644 --- a/hosts/ami/forgejo.nix +++ b/hosts/ami/forgejo.nix @@ -30,7 +30,7 @@ in { }; service = { - REGISTER_MANUAL_CONFIRM = true; + DISABLE_REGISTRATION = true; ENABLE_NOTIFY_MAIL = true; };