From a36bd9d945a22279737c140227576230072d473d Mon Sep 17 00:00:00 2001 From: Satria Date: Thu, 12 Mar 2026 21:23:10 +0700 Subject: [PATCH] enable push to create --- modules/system/homelab/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index 68aa3d9..e5a48ca 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -42,6 +42,7 @@ repository = { DISABLE_STARS = true; DISABLE_FORKS = true; + ENABLE_PUSH_CREATE_USER = true; }; }; };