feat: lab: disable gitea auth

This commit is contained in:
2026-06-02 20:32:48 +00:00
parent 882b4ec871
commit 0023e27110
+1 -1
View File
@@ -257,7 +257,7 @@ in {
gitea = { gitea = {
enable = true; enable = true;
package = pkgs.hectic.gitea-heatmap; package = pkgs.hectic.gitea-heatmap;
settings.service.DISABLE_REGISTRATION = false; settings.service.DISABLE_REGISTRATION = true;
settings.server = { settings.server = {
HTTP_PORT = 11011; HTTP_PORT = 11011;
#SSH_PORT = 22; #SSH_PORT = 22;