Bump nextcloud to 31

This commit is contained in:
batteredbunny 2025-03-08 14:23:06 +02:00
parent df8746bfd4
commit d4160f7e7e

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: { config, pkgs, ... }:
let let
port = 4008; port = 4008;
in in
@ -32,7 +32,7 @@ in
# /var/lib/nextcloud # /var/lib/nextcloud
nextcloud = { nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud30; package = pkgs.nextcloud31;
hostName = "cloud.catnip.ee"; hostName = "cloud.catnip.ee";
https = true; https = true;
configureRedis = true; # /var/lib/redis-nextcloud configureRedis = true; # /var/lib/redis-nextcloud