From 5302c8e6d5358f5fd94b0acabf9d45f73830fb22 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 23 Jan 2025 16:19:59 -0600 Subject: [PATCH] ryot -> 8 --- 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 3d975a2..eab2237 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:v7.11.0"; + image = "ghcr.io/ignisda/ryot:v8"; ports = [ "${toString cfg.port}:8000" ]; environmentFiles = [ config.sops.secrets.ryot.path ]; environment = {