From 6f3290f9dbd47c0fb684d1c586ff4b55bc3efe00 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 15 May 2025 12:52:24 -0500 Subject: [PATCH] switch back --- modules/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nextcloud.nix b/modules/nextcloud.nix index 42b61eb..c065bac 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 = unstable.nextcloud31; + package = pkgs.nextcloud31; # Let NixOS install and configure the database automatically. database.createLocally = true; # Let NixOS install and configure Redis caching automatically.