From 3f7e18ade1479cf04b8772c669de356f2c4406be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20I=C8=99an?= Date: Sun, 14 Jun 2026 23:21:57 +0200 Subject: [PATCH] nextcloud: version 33 --- modules/containers/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/containers/nextcloud.nix b/modules/containers/nextcloud.nix index e24c7ad..21a3ebd 100644 --- a/modules/containers/nextcloud.nix +++ b/modules/containers/nextcloud.nix @@ -14,7 +14,7 @@ in virtualisation.oci-containers.containers = { nextcloud = { autoStart = true; - image = "nextcloud:32"; + image = "nextcloud:33"; ports = [ "0.0.0.0:10003:80"