From 4cad9120d6a384a00b0a9cfbe7f714090f0af782 Mon Sep 17 00:00:00 2001 From: lew Date: Tue, 7 Apr 2026 20:26:00 +0100 Subject: [PATCH] feat: bumps to kuma version 2 --- hosts/lab/uptime-kuma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lab/uptime-kuma.nix b/hosts/lab/uptime-kuma.nix index 6d6cce8..576a195 100644 --- a/hosts/lab/uptime-kuma.nix +++ b/hosts/lab/uptime-kuma.nix @@ -14,7 +14,7 @@ }; virtualisation.oci-containers.containers.uptime-kuma = { - image = "louislam/uptime-kuma:1"; + image = "louislam/uptime-kuma:2"; podman.user = "podman"; volumes = [ "/srv/uptime-kuma/data:/app/data"