Update nextcloud
All checks were successful
Check Flake / check-flake (push) Successful in 2m48s

This commit is contained in:
Zuckerberg 2024-02-04 14:34:42 -07:00
parent 03150667b6
commit dc9f5e969a

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.nextcloud26; package = pkgs.nextcloud28;
hostName = "neet.cloud"; hostName = "neet.cloud";
config.dbtype = "sqlite"; config.dbtype = "sqlite";
config.adminuser = "jeremy"; config.adminuser = "jeremy";