From 2e6058af9964fa20c11bbb9c4779f6a206424452 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 15 May 2025 12:51:53 -0500 Subject: [PATCH] switch nextcloud to unstable --- modules/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nextcloud.nix b/modules/nextcloud.nix index c065bac..42b61eb 100644 --- a/modules/nextcloud.nix +++ b/modules/nextcloud.nix @@ -41,7 +41,7 @@ with lib; hostName = dn; home = "/storage/nextcloud"; # Need to manually increment with every major upgrade. - package = pkgs.nextcloud31; + package = unstable.nextcloud31; # Let NixOS install and configure the database automatically. database.createLocally = true; # Let NixOS install and configure Redis caching automatically.