Change gitea port

This commit is contained in:
Oliver Davies 2024-11-05 22:37:03 +00:00
parent cf838b73c6
commit 501b5cd011

View file

@ -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;
};
}; };
}; };
} }