spec(focus): set default nextcloud language
This commit is contained in:
parent
c2f6bcde7f
commit
e6b7b1fab5
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ in {
|
||||||
config.adminpassFile = builtins.toString (pkgs.writeText "password" "initial_password");
|
config.adminpassFile = builtins.toString (pkgs.writeText "password" "initial_password");
|
||||||
extraOptions.overwriteprotocol = "https";
|
extraOptions.overwriteprotocol = "https";
|
||||||
extraOptions.default_phone_region = "US";
|
extraOptions.default_phone_region = "US";
|
||||||
|
extraOptions.default_language = "zh";
|
||||||
|
extraOptions.default_locale = "zh_Hans_CN";
|
||||||
caching.redis = true;
|
caching.redis = true;
|
||||||
phpOptions.upload_max_filesize = "128G";
|
phpOptions.upload_max_filesize = "128G";
|
||||||
phpOptions.post_max_size = "128G";
|
phpOptions.post_max_size = "128G";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue