diff --git a/hosts/architect/nextcloud.nix b/hosts/architect/nextcloud.nix index 65b332f..a6ca9e8 100644 --- a/hosts/architect/nextcloud.nix +++ b/hosts/architect/nextcloud.nix @@ -12,6 +12,8 @@ with import ./network.nix; enable = true; hostName = "${nextclouddomain}"; https = true; + package = pkgs.unstable.nextcloud22; + caching.redis = true; autoUpdateApps.enable = true;