upgrade nextcloud

This commit is contained in:
Tasia Iso 2025-02-02 23:31:00 +01:00
parent 801ea05466
commit 65f21e2e88
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw

View file

@ -8,7 +8,7 @@
environment.etc."nextcloud-admin-pass".text = "Devdevdev10!";
services.nextcloud = {
enable = true;
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;
hostName = "nextcloud.vulpecula.zone";
config.adminpassFile = "/etc/nextcloud-admin-pass";
config.dbtype = "sqlite";