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