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";
|
||||
|
||||
i18n = let
|
||||
locale = "en_US.UTF-8";
|
||||
locale = "en_CA.UTF-8";
|
||||
extraSettings = [
|
||||
"LC_ADDRESS"
|
||||
"LC_IDENTIFICATION"
|
||||
|
|
|
@ -24,7 +24,7 @@ in {
|
|||
enable = true;
|
||||
hostName = host;
|
||||
https = true;
|
||||
package = pkgs.nextcloud29;
|
||||
package = pkgs.nextcloud30;
|
||||
phpOptions."opcache.interned_strings_buffer" = "24";
|
||||
extraAppsEnable = true;
|
||||
extraApps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue