upgrade to nextcloud 26

This commit is contained in:
Noah Masur 2023-04-16 20:59:37 +00:00
parent 2337db0bda
commit 480d515302

View File

@ -14,7 +14,7 @@
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud25; # Required to specify package = pkgs.nextcloud26; # Required to specify
datadir = "/data/nextcloud"; datadir = "/data/nextcloud";
https = true; https = true;
hostName = "localhost"; hostName = "localhost";