ryot update

This commit is contained in:
Danilo Reyes 2024-10-01 20:09:55 -06:00
parent ef00d45148
commit 933f52d4ee

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