diff --git a/modules/servers/ryot.nix b/modules/servers/ryot.nix index c9c2109..876c154 100644 --- a/modules/servers/ryot.nix +++ b/modules/servers/ryot.nix @@ -10,7 +10,7 @@ in { virtualisation.oci-containers = { backend = "docker"; containers.ryot = { - image = "ghcr.io/ignisda/ryot:v5.5.6"; + image = "ghcr.io/ignisda/ryot:latest"; ports = [ "${toString port}:8000" ]; environmentFiles = [ config.sops.secrets.ryot.path ]; environment = {