diff --git a/nixos/machines/hera/cloud.nix b/nixos/machines/hera/cloud.nix index 9a92423e..df9db1e5 100644 --- a/nixos/machines/hera/cloud.nix +++ b/nixos/machines/hera/cloud.nix @@ -33,7 +33,7 @@ let { enable = true; hostName = hostname; - package = pkgs.nextcloud21; + package = pkgs.nextcloud22; maxUploadSize = "10g"; caching = { redis = true;