diff --git a/hosts/kommode/services/gitea/default.nix b/hosts/kommode/services/gitea/default.nix index 29a4aaf..b23da62 100644 --- a/hosts/kommode/services/gitea/default.nix +++ b/hosts/kommode/services/gitea/default.nix @@ -131,6 +131,7 @@ in { "repo.pulls" "repo.releases" ]; + ALLOW_FORK_INTO_SAME_OWNER = true; }; picture = { DISABLE_GRAVATAR = true;