move gitea to forgejo
This commit is contained in:
parent
040d006a4b
commit
20af2f9d15
2 changed files with 2 additions and 2 deletions
10
modules/features/system/forgejo.nix
Normal file
10
modules/features/system/forgejo.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{...}: {
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
database.type = "mysql";
|
||||
|
||||
settings.server = {
|
||||
HTTP_PORT = 21350;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in a new issue