nextcloud: Upgrade to version 27

pull/87/head
Tristan Daniël Maat 2023-07-29 18:17:24 +02:00
parent 88d96f198b
commit 0c5755d2f0
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
options,
...
}: let
nextcloud = pkgs.nextcloud26;
nextcloud = pkgs.nextcloud27;
hostName = "nextcloud.${config.services.nginx.domain}";
in {
services.nextcloud = {