[NixOS] Attempt to disable registration in gitea

This commit is contained in:
2025-01-01 13:24:59 -07:00
parent 8035ae008b
commit ebc7c2ede5

View File

@@ -8,6 +8,10 @@ makeEnable config "myModules.gitea" false {
enable = true; enable = true;
interval = "23:05"; interval = "23:05";
}; };
disableRegistration = true;
settings.service = {
DISABLE_REGISTRATION = true;
};
settings.server = { settings.server = {
DOMAIN = "dev.railbird.ai"; DOMAIN = "dev.railbird.ai";
SSH_PORT = 1123; SSH_PORT = 1123;