From 5f14c832944a5cd1b19b039e3d6d3b0dc56cb025 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 03:38:06 -0500 Subject: [PATCH] feat: nextcloud test --- nixos/modules/locale.nix | 2 +- nixos/modules/services/nextcloud.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/locale.nix b/nixos/modules/locale.nix index 349eb2e..10ce022 100755 --- a/nixos/modules/locale.nix +++ b/nixos/modules/locale.nix @@ -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" diff --git a/nixos/modules/services/nextcloud.nix b/nixos/modules/services/nextcloud.nix index af6a31e..00ce0f1 100755 --- a/nixos/modules/services/nextcloud.nix +++ b/nixos/modules/services/nextcloud.nix @@ -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 = {