From ccca353e19d666c313c8849fe30a1d774b3220b9 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 25 Jun 2024 02:09:47 -0600 Subject: [PATCH] ryot updated to latest --- 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 c9c2109..876c154 100644 --- a/modules/servers/ryot.nix +++ b/modules/servers/ryot.nix @@ -10,7 +10,7 @@ in { virtualisation.oci-containers = { backend = "docker"; containers.ryot = { - image = "ghcr.io/ignisda/ryot:v5.5.6"; + image = "ghcr.io/ignisda/ryot:latest"; ports = [ "${toString port}:8000" ]; environmentFiles = [ config.sops.secrets.ryot.path ]; environment = {