mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: nextcloud test
This commit is contained in:
parent
7fdfd6128f
commit
5f14c83294
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
time.timeZone = "America/Winnipeg";
|
time.timeZone = "America/Winnipeg";
|
||||||
|
|
||||||
i18n = let
|
i18n = let
|
||||||
locale = "en_US.UTF-8";
|
locale = "en_CA.UTF-8";
|
||||||
extraSettings = [
|
extraSettings = [
|
||||||
"LC_ADDRESS"
|
"LC_ADDRESS"
|
||||||
"LC_IDENTIFICATION"
|
"LC_IDENTIFICATION"
|
||||||
|
|
|
@ -24,7 +24,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostName = host;
|
hostName = host;
|
||||||
https = true;
|
https = true;
|
||||||
package = pkgs.nextcloud29;
|
package = pkgs.nextcloud30;
|
||||||
phpOptions."opcache.interned_strings_buffer" = "24";
|
phpOptions."opcache.interned_strings_buffer" = "24";
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
extraApps = {
|
extraApps = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue