[nextcloud] add some attributes

This commit is contained in:
ahtlon
2025-01-25 01:21:05 +01:00
parent e22c895cf7
commit f7943d981b

View File

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