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