Change gitea port
This commit is contained in:
parent
cf838b73c6
commit
501b5cd011
|
@ -2,8 +2,14 @@
|
||||||
services.gitea = {
|
services.gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings.service = {
|
settings = {
|
||||||
DISABLE_REGISTRATION = true;
|
server = {
|
||||||
|
HTTP_PORT = 2222;
|
||||||
|
};
|
||||||
|
|
||||||
|
service = {
|
||||||
|
DISABLE_REGISTRATION = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue