From 95f706eab5a8bc95b95d2a22f23735991f25ecd5 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sun, 11 May 2025 00:29:17 -0600 Subject: [PATCH] ryot update --- 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 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 = {