[nextcloud] Move back to a stable version after some bugs

This commit is contained in:
2025-09-02 19:35:23 -07:00
parent 9a59e60044
commit 746e31dca2

View File

@@ -4,7 +4,7 @@ let
in
{
virtualisation.oci-containers.containers.nextcloud = {
image = "docker.io/library/nextcloud:latest";
image = "docker.io/library/nextcloud:31";
extraOptions = [
"-l=traefik.enable=true"
"-l=traefik.http.routers.nextcloud.rule=${hostRule "cloud" havenisms}"