cloud.qo.is: Upgrade nextcloud to 30
All checks were successful
CI / build (push) Successful in 2m56s

This commit is contained in:
Fabian Hauser 2024-11-13 14:34:40 +02:00
parent 5430025116
commit d437be7246

View file

@ -10,7 +10,7 @@ in
services.nextcloud = { services.nextcloud = {
hostName = host; hostName = host;
package = pkgs.nextcloud29; package = pkgs.nextcloud30;
settings.default_phone_region = "CH"; settings.default_phone_region = "CH";
}; };
services.nginx.virtualHosts."${host}" = { services.nginx.virtualHosts."${host}" = {