From e81e2768c49e7360b1e837ba7d2b777ea29d2290 Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:53:26 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20ghcr.io/deedee-ops?= =?UTF-8?q?/wallos=20(=2014fc6f1=20=E2=86=92=200fabd98=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/system/containers/wallos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/containers/wallos/default.nix b/modules/system/containers/wallos/default.nix index e1d8262..321d7b8 100644 --- a/modules/system/containers/wallos/default.nix +++ b/modules/system/containers/wallos/default.nix @@ -25,7 +25,7 @@ in virtualisation.oci-containers.containers.wallos = svc.mkContainer { cfg = { - image = "ghcr.io/deedee-ops/wallos:2.41.0@sha256:14fc6f16aef48873df160863004ce53b8761e15eb0cb79a92f592ac01b3332e4"; + image = "ghcr.io/deedee-ops/wallos:2.41.0@sha256:0fabd98dceb3895f4dbaee1c62de6d031c81d69be87b38213bddb634fe2523ea"; volumes = [ "${cfg.dataDir}/config:/config" "${cfg.dataDir}/data:/data"