From 81dbeec70076a71a628d2c599ccd62fae6859625 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Mon, 13 Oct 2025 03:37:42 +0530 Subject: [PATCH] feat(gitea): enable push create user in repository config --- nixos/mirai/services/gitea.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/mirai/services/gitea.nix b/nixos/mirai/services/gitea.nix index 033e6674..13f55b43 100644 --- a/nixos/mirai/services/gitea.nix +++ b/nixos/mirai/services/gitea.nix @@ -47,6 +47,9 @@ ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false; ENABLE_PASSWORD_SIGNIN_FORM = false; }; + repository = { + ENABLE_PUSH_CREATE_USER = true; + }; mailer = { ENABLED = true; PROTOCOL = "sendmail";