Upgrade to supported nextcloud version
Some checks failed
Check Flake / check-flake (push) Failing after 21s

This commit is contained in:
Zuckerberg 2024-01-31 21:47:47 -07:00
parent f7a02d3f8a
commit 80be765bc0

View File

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