diff --git a/hosts/architect/nextcloud.nix b/hosts/architect/nextcloud.nix index e6bb13b..0ddcf39 100644 --- a/hosts/architect/nextcloud.nix +++ b/hosts/architect/nextcloud.nix @@ -23,7 +23,7 @@ in { enable = true; hostName = domain; https = true; - package = pkgs.unstable.nextcloud24; + package = pkgs.unstable.nextcloud25; caching = { redis = true;