From 2118e5492369dbf56a623ebe8f6fef9076ba8eaa Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 19 Mar 2021 11:58:21 +0100 Subject: [PATCH] Update nextcloud to 21 --- nixos/machines/hera/cloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/hera/cloud.nix b/nixos/machines/hera/cloud.nix index c245e98f..3e00a1ec 100644 --- a/nixos/machines/hera/cloud.nix +++ b/nixos/machines/hera/cloud.nix @@ -58,7 +58,7 @@ let nextcloud = { enable = true; hostName = hostname; - package = pkgs.nextcloud20; + package = pkgs.nextcloud21; maxUploadSize = "10g"; caching = { redis = true;