challenger: update nextcloud

This commit is contained in:
2024-11-14 22:18:52 +01:00
parent 8c880f3c7b
commit 110b410fbd
2 changed files with 4 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ let
in {
services.nextcloud = {
enable = true;
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;
inherit hostName;
home = "/tank/nextcloud";
https = true;