Upgrade to Nextcloud 29

This commit is contained in:
Vili Sinervä 2024-06-01 12:00:51 +03:00
parent 62fcf1f77f
commit dc8f91068d
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

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