feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 03:38:06 -05:00
parent 7fdfd6128f
commit 5f14c83294
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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 = {