From ef20380003e6e5956d1575c037dc5a786eccd66b Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Fri, 23 Jan 2026 13:29:48 -0600 Subject: [PATCH] ryot upgrade to 6.0 --- modules/servers/ryot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {