Upgrade to nextcloud 33
Some checks failed
Check Flake / check-flake (push) Has been cancelled

This commit is contained in:
2026-03-01 18:23:46 -08:00
parent 43ec75741d
commit 55204b5074

View File

@@ -17,7 +17,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.nextcloud = { services.nextcloud = {
https = true; https = true;
package = pkgs.nextcloud32; package = pkgs.nextcloud33;
hostName = nextcloudHostname; hostName = nextcloudHostname;
config.dbtype = "sqlite"; config.dbtype = "sqlite";
config.adminuser = "jeremy"; config.adminuser = "jeremy";