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; };