fix: lab: gitea

This commit is contained in:
2026-05-31 10:56:58 +00:00
parent 4099f2f27e
commit 35de436105
+3 -2
View File
@@ -257,8 +257,9 @@ in {
enable = true; enable = true;
settings.service.DISABLE_REGISTRATION = false; settings.service.DISABLE_REGISTRATION = false;
settings.server = { settings.server = {
HTTP_PORT = 11011; HTTP_PORT = 11011;
SSH_PORT = 11012; #SSH_PORT = 11012;
SSH_DOMAIN = "hectic-lab.com";
}; };
database = { database = {
createDatabase = true; createDatabase = true;