Merge pull request #222269 from SuperSandro2000/gitea-disable-updater

nixos/gitea: disable updater by default
This commit is contained in:
Ryan Lahfa 2023-03-23 15:23:49 +01:00 committed by GitHub
commit e774156726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,6 +365,8 @@ in
];
services.gitea.settings = {
"cron.update_checker".ENABLED = lib.mkDefault false;
database = mkMerge [
{
DB_TYPE = cfg.database.type;