diff --git a/hosts/ami/forgejo.nix b/hosts/ami/forgejo.nix index f8ad7c0..6841baf 100644 --- a/hosts/ami/forgejo.nix +++ b/hosts/ami/forgejo.nix @@ -16,6 +16,11 @@ in { HTTP_PORT = port; }; + repository = { + ENABLE_PUSH_CREATE_USER = true; + ENABLE_PUSH_CREATE_ORG = true; + }; + "markup.asciidoc" = { ENABLED = true; NEED_POSTPROCESS = true;