nextcloud: Update to 28 since 27 is EOL

We were waiting for nextcloud news to update, but we can't wait any
longer.
This commit is contained in:
Tristan Daniël Maat 2024-07-01 18:35:53 +02:00
parent 21cb4eab9c
commit 32f4cabfa3
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 30 additions and 33 deletions
configuration/services

View file

@ -6,7 +6,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.nextcloud27;
nextcloud = pkgs.nextcloud28;
hostName = "nextcloud.${config.services.nginx.domain}";
in
{