From 933f52d4ee3d559f7451a22624b1c820fb960f70 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 1 Oct 2024 20:09:55 -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 a83aff8..43e9177 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.0.0"; + image = "ghcr.io/ignisda/ryot:v7.4.0"; ports = [ "${toString cfg.port}:8000" ]; environmentFiles = [ config.sops.secrets.ryot.path ]; environment = {