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