Update nextcloud

This commit is contained in:
Zuckerberg 2024-10-11 21:20:18 -07:00
parent 5acc8b3fca
commit bdd2d9bef9

View File

@ -8,7 +8,7 @@ in
config = lib.mkIf cfg.enable {
services.nextcloud = {
https = true;
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;
hostName = "neet.cloud";
config.dbtype = "sqlite";
config.adminuser = "jeremy";