mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
nixos/gitea: disable updater by default
This commit is contained in:
parent
803fcdfaff
commit
20842ac039
@ -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 New Issue
Block a user