fix(focus): set default nextcloud language
This commit is contained in:
parent
3c8925a903
commit
bd6d09034a
|
@ -22,6 +22,8 @@ in {
|
|||
config.adminpassFile = builtins.toString (pkgs.writeText "password" "initial_password");
|
||||
extraOptions.overwriteprotocol = "https";
|
||||
extraOptions.default_phone_region = "US";
|
||||
extraOptions.default_language = "zh";
|
||||
extraOptions.default_locale = "zh_Hans_CN";
|
||||
caching.redis = true;
|
||||
phpOptions.upload_max_filesize = "128G";
|
||||
phpOptions.post_max_size = "128G";
|
||||
|
|
Loading…
Reference in a new issue