idk
This commit is contained in:
parent
5900ceac82
commit
0f7ef67de6
1 changed files with 5 additions and 3 deletions
|
|
@ -2,10 +2,12 @@
|
|||
services.forgejo = {
|
||||
enable = true;
|
||||
database.type = "mysql";
|
||||
settings.server = {
|
||||
settings = {
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
server = {
|
||||
HTTP_PORT = 21350;
|
||||
ROOT_URL = "https://git.asakiyuki.com/";
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue