From 644c242b0e8f908d16f1d6dfc5533fedbcda805b Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 25 Aug 2021 13:10:31 +0200 Subject: [PATCH] nextcloud bump to 22 unstable --- hosts/architect/nextcloud.nix | 2 ++ 1 file changed, 2 insertions(+) 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;