From 3eed5d886e0547097a2b618da3b6bbf683d283f5 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 15 Jan 2024 16:30:13 +0300 Subject: [PATCH] Automatically update nextcloud apps --- hosts/cube/nextcloud.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/cube/nextcloud.nix b/hosts/cube/nextcloud.nix index bcf0cf1..0a0916a 100644 --- a/hosts/cube/nextcloud.nix +++ b/hosts/cube/nextcloud.nix @@ -67,6 +67,10 @@ in serverSystemConfiguration { # Add: files_markdown files_texteditor memories news }; + autoUpdateApps = enabled { + startAt = "03:00"; + }; + nginx.recommendedHttpHeaders = true; };