move gitea to forgejo

This commit is contained in:
Asaki Yuki 2026-04-20 04:20:08 +07:00
parent 040d006a4b
commit 20af2f9d15
2 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,10 @@
{...}: {
services.forgejo = {
enable = true;
database.type = "mysql";
settings.server = {
HTTP_PORT = 21350;
};
};
}