[NixOS] Attempt to disable registration in gitea
This commit is contained in:
@@ -8,6 +8,10 @@ makeEnable config "myModules.gitea" false {
|
||||
enable = true;
|
||||
interval = "23:05";
|
||||
};
|
||||
disableRegistration = true;
|
||||
settings.service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
};
|
||||
settings.server = {
|
||||
DOMAIN = "dev.railbird.ai";
|
||||
SSH_PORT = 1123;
|
||||
|
||||
Reference in New Issue
Block a user