feat: upgrade Nextcloud package to version 29

The Nextcloud package in the x86_64-linux system has been upgraded from version 28 to version 29. This update introduces the latest features, improvements, and security fixes from the Nextcloud project.
This commit is contained in:
Harald Hoyer 2024-06-11 10:28:46 +02:00
parent 2096f688db
commit dd6bdf3c3f

View file

@ -6,7 +6,7 @@
environment.etc."nextcloud-admin-pass".text = "test123";
services.nextcloud = {
enable = true;
package = pkgs.nextcloud28;
package = pkgs.nextcloud29;
hostName = "nc.hoyer.xyz";
https = true;
configureRedis = true;