From ed11419f95a3e75340e6272e3c352d4c99b49fd2 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 10 Dec 2024 19:13:13 -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 da651f9..62120d5 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.9.0"; + image = "ghcr.io/ignisda/ryot:v7.11.0"; ports = [ "${toString cfg.port}:8000" ]; environmentFiles = [ config.sops.secrets.ryot.path ]; environment = {