services(nextcloud): upgrade to nextcloud 30

This commit is contained in:
Michael Thomas 2025-03-13 09:23:15 -04:00
parent 422c7c50f7
commit d4696675a7

View File

@ -20,7 +20,7 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud29; package = pkgs.nextcloud30;
hostName = "cloud.thomasfmly.org"; hostName = "cloud.thomasfmly.org";
phpExtraExtensions = ext: with ext; [smbclient]; phpExtraExtensions = ext: with ext; [smbclient];