From 576d276c13a130f2c0915380a40b52a6cef96872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 5 Oct 2024 14:10:33 -0300 Subject: [PATCH] forgejo: enable push to create --- hosts/phantom/forgejo.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/phantom/forgejo.nix b/hosts/phantom/forgejo.nix index 2693ff4..dbb63d3 100644 --- a/hosts/phantom/forgejo.nix +++ b/hosts/phantom/forgejo.nix @@ -27,6 +27,9 @@ in ENABLED = true; DEFAULT_ACTIONS_URL = "github"; }; + repository = { + ENABLE_PUSH_CREATE_USER = true; + }; server = { DOMAIN = "git.lelgenio.com"; HTTP_PORT = 3000;