From dcaaf5fa4f507745b6e33bc162d51d798a7cfcc5 Mon Sep 17 00:00:00 2001 From: chn Date: Wed, 28 Aug 2024 18:43:01 +0800 Subject: [PATCH] =?UTF-8?q?services.gitea:=20=E6=B3=A8=E5=86=8C=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E6=89=8B=E5=8A=A8=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/services/gitea.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/gitea.nix b/modules/services/gitea.nix index 649848c2..31ee8939 100644 --- a/modules/services/gitea.nix +++ b/modules/services/gitea.nix @@ -43,6 +43,7 @@ inputs: SMTP_PORT = 465; USER = "bot@chn.moe"; }; + service.REGISTER_MANUAL_CONFIRM = true; }; }; nixos.services =