ryot upgrade

This commit is contained in:
Danilo Reyes
2025-11-20 21:01:03 -06:00
parent 2fa9badd89
commit 2bc8391e63
2 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@
];
}
{
"portfolio" = [
portfolio = [
{
abbr = "PF";
href = "https://danilo-reyes.com";
@@ -100,7 +100,7 @@
];
}
{
"webref" = [
webref = [
{
abbr = "WR";
href = "https://webref.lebubu.org";

View File

@@ -12,7 +12,7 @@ in
config = lib.mkIf (cfg.enable && config.my.servers.postgres.enable && config.my.secureHost) {
sops.secrets.ryot.sopsFile = ../../secrets/env.yaml;
virtualisation.oci-containers.containers.ryot = {
image = "ghcr.io/ignisda/ryot:v9.3.0";
image = "ghcr.io/ignisda/ryot:v9.5.0";
ports = [ "${toString cfg.port}:8000" ];
environmentFiles = [ config.sops.secrets.ryot.path ];
environment = {