[NixOS] Remove redundant disableRegistration setting for gitea

This commit is contained in:
2025-01-01 14:40:01 -07:00
parent 9a66f3fc5a
commit 05e135d61d

View File

@@ -8,7 +8,6 @@ makeEnable config "myModules.gitea" false {
enable = true;
interval = "23:05";
};
disableRegistration = true;
settings.service = {
DISABLE_REGISTRATION = true;
};