diff --git a/modules/servers/ryot.nix b/modules/servers/ryot.nix index 00575cd..e70da68 100644 --- a/modules/servers/ryot.nix +++ b/modules/servers/ryot.nix @@ -8,7 +8,7 @@ in config = lib.mkIf (config.my.servers.ryot.enable && config.my.servers.postgres.enable) { sops.secrets.ryot.sopsFile = ../../secrets/env.yaml; virtualisation.oci-containers.containers.ryot = { - image = "ghcr.io/ignisda/ryot:v8"; + image = "ghcr.io/ignisda/ryot:v8.8"; ports = [ "${toString cfg.port}:8000" ]; environmentFiles = [ config.sops.secrets.ryot.path ]; environment = {