diff --git a/hosts/yuki/services/homarr.nix b/hosts/yuki/services/homarr.nix index fd31b01..1182cb4 100644 --- a/hosts/yuki/services/homarr.nix +++ b/hosts/yuki/services/homarr.nix @@ -1,6 +1,6 @@ _: { virtualisation.oci-containers.containers.homarr = { - image = "ghcr.io/ajnart/homarr:0.13.3"; + image = "ghcr.io/ajnart/homarr:0.13.4"; ports = [ "7575:7575" ];