bump: Update nextcloud

This commit is contained in:
Tristan Daniël Maat 2024-10-25 00:17:29 +02:00
parent c4ec382de9
commit cbbe555f07
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 37 additions and 38 deletions
configuration/services

View file

@ -5,10 +5,7 @@
...
}:
let
# Update pending on rewrite of nextcloud news, though there is an
# alpha to switch to if it becomes necessary:
# https://github.com/nextcloud/news/issues/2610
nextcloud = pkgs.nextcloud28;
nextcloud = pkgs.nextcloud29;
hostName = "nextcloud.${config.services.nginx.domain}";
in
{