From 7bb3d87ced4930c80637c1181ea9605fb40c3d6a Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 13 Nov 2024 09:40:54 +0100 Subject: [PATCH] feat(nextcloud): add maintenance window start setting Introduces a new configuration for setting the maintenance window start in the Nextcloud settings. This ensures better scheduling and coordination for maintenance activities. --- systems/x86_64-linux/mx/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/x86_64-linux/mx/nextcloud.nix b/systems/x86_64-linux/mx/nextcloud.nix index 214c26b..e2e98a9 100644 --- a/systems/x86_64-linux/mx/nextcloud.nix +++ b/systems/x86_64-linux/mx/nextcloud.nix @@ -13,6 +13,7 @@ https = true; configureRedis = true; settings = { + maintenance_window_start = "1"; log_type = "file"; mail_smtpmode = "sendmail"; mail_sendmailmode = "pipe";