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

View file

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