From 1a02b53eae31aee04246419550447f71f6a2a9e4 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 14 Oct 2024 11:29:21 -0300 Subject: [PATCH] nexctloud maintenance window --- hosts/servers/alexandria/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/servers/alexandria/nextcloud.nix b/hosts/servers/alexandria/nextcloud.nix index 3cc9238..3650b6c 100644 --- a/hosts/servers/alexandria/nextcloud.nix +++ b/hosts/servers/alexandria/nextcloud.nix @@ -20,6 +20,7 @@ settings = { trusted_proxies = [ "127.0.0.1" ]; default_phone_region = "BR"; + maintenance_window_start = "4"; }; config = { dbtype = "pgsql";