From 18a62b8d35690113111c32d237bb5c6380408f01 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 5 Apr 2024 16:23:16 +0200 Subject: [PATCH] fix(nextcloud): define a maintenance window for resource intensive background jobs. Docs: https://docs.nextcloud.com/server/28/admin_manual/configuration_server/background_jobs_configuration.html > A value of 1 e.g. will only run these background jobs between 01:00am UTC and 05:00am UTC --- hosts/nachtigall/apps/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nachtigall/apps/nextcloud.nix b/hosts/nachtigall/apps/nextcloud.nix index 8ff6e3e..411d872 100644 --- a/hosts/nachtigall/apps/nextcloud.nix +++ b/hosts/nachtigall/apps/nextcloud.nix @@ -97,6 +97,7 @@ integrity.check.disabled = false; updater.release.channel = "stable"; loglevel = 0; + maintenance_window_start = "1"; # maintenance = false; app_install_overwrite = [ "pdfdraw"