This commit is contained in:
2025-09-17 21:51:35 -06:00
parent 8f3d5c9c03
commit c1ef26366c
2 changed files with 65 additions and 65 deletions

View File

@@ -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:v9.0";
image = "ghcr.io/ignisda/ryot:v9.2.0";
ports = [ "${toString cfg.port}:8000" ];
environmentFiles = [ config.sops.secrets.ryot.path ];
environment = {