From 11fd6aab07f93e136162b294729aa8a5cb67a326 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 10 Nov 2023 19:15:41 -0500 Subject: [PATCH] homarr: bump version --- hosts/yuki/services/homarr.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/yuki/services/homarr.nix b/hosts/yuki/services/homarr.nix index 1182cb4..5e41e8b 100644 --- a/hosts/yuki/services/homarr.nix +++ b/hosts/yuki/services/homarr.nix @@ -1,12 +1,13 @@ _: { virtualisation.oci-containers.containers.homarr = { - image = "ghcr.io/ajnart/homarr:0.13.4"; + image = "ghcr.io/ajnart/homarr:0.14.0"; ports = [ "7575:7575" ]; volumes = [ "/home/notohh/docker/homarr/configs:/app/data/configs" "/home/notohh/docker/homarr/icons:/app/public/icons" + "/home/notohh/docker/homarr/data:/data" ]; }; }