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" ]; }; }