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:
parent
21cb4eab9c
commit
32f4cabfa3
4 changed files with 30 additions and 33 deletions
configuration/services
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue