feat(nextcloud): update package to nextcloud30

Upgrade Nextcloud package from version 29 to 30. This ensures compatibility with new features and improvements in Nextcloud 30.
This commit is contained in:
Harald Hoyer 2024-10-14 14:26:04 +02:00
parent 03f6fcbd64
commit 6d2951155c

View file

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