switch nextcloud to unstable

This commit is contained in:
Chris Cochrun 2025-05-15 12:51:53 -05:00
parent 982ef2820d
commit 2e6058af99

View file

@ -41,7 +41,7 @@ with lib;
hostName = dn; hostName = dn;
home = "/storage/nextcloud"; home = "/storage/nextcloud";
# Need to manually increment with every major upgrade. # Need to manually increment with every major upgrade.
package = pkgs.nextcloud31; package = unstable.nextcloud31;
# Let NixOS install and configure the database automatically. # Let NixOS install and configure the database automatically.
database.createLocally = true; database.createLocally = true;
# Let NixOS install and configure Redis caching automatically. # Let NixOS install and configure Redis caching automatically.