From 5877e1dbd92073a02b0578b694c81220ed6f018b Mon Sep 17 00:00:00 2001 From: ahtlon Date: Sat, 25 Jan 2025 01:21:05 +0100 Subject: [PATCH] [nextcloud] add some attributes --- machines/nextcloud/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/machines/nextcloud/configuration.nix b/machines/nextcloud/configuration.nix index eea2e2d..e577bdd 100644 --- a/machines/nextcloud/configuration.nix +++ b/machines/nextcloud/configuration.nix @@ -55,6 +55,12 @@ with lib; }; settings = { trusted_domains = ["10.0.0.13"]; + "maintenance_window_start" = "1"; + "default_phone_region" = "DE"; + }; + phpOptions = { + "realpath_cache_size" = "0"; + "opcache.interned_strings_buffer" = "23"; }; };