From cb143193ee49b7983d2b57480577f0be1d9c6032 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 10 Nov 2025 01:52:40 -0500 Subject: [PATCH] auto commit on build hosts/crayon/git.nix --- hosts/crayon/git.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/crayon/git.nix b/hosts/crayon/git.nix index ef05b6d..d020b9a 100644 --- a/hosts/crayon/git.nix +++ b/hosts/crayon/git.nix @@ -27,6 +27,10 @@ in { REGISTER_MANUAL_CONFIRM = true; # all new users must be approved by me }; ui.DEFAULT_THEME = "gitea-dark"; + repository = { + DEFAULT_PUSH_CREATE_PRIVATE = false; + ENABLE_PUSH_CREATE_USER = true; + }; }; }; }