Increment Nextcloud version

This commit is contained in:
Vili Sinervä 2024-11-26 18:30:56 +02:00
parent 1b0bdd84b9
commit 1efded5340
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -7,7 +7,7 @@
networking.firewall.allowedUDPPorts = [ 443 ];
services.nextcloud = {
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;
enable = true;
hostName = "nextcloud.vsinerva.fi";
autoUpdateApps.enable = true;