nixos/gitea: disable updater by default
This commit is contained in:
parent
803fcdfaff
commit
20842ac039
1 changed files with 2 additions and 0 deletions
|
@ -365,6 +365,8 @@ in
|
|||
];
|
||||
|
||||
services.gitea.settings = {
|
||||
"cron.update_checker".ENABLED = lib.mkDefault false;
|
||||
|
||||
database = mkMerge [
|
||||
{
|
||||
DB_TYPE = cfg.database.type;
|
||||
|
|
Loading…
Reference in a new issue