From 193e0aed704f9fe824f99ab92c30c3f7db649ce3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 27 Jun 2026 00:12:45 -0700 Subject: [PATCH] nixos: deploy bumped org-agenda-api image --- nixos/flake.nix | 2 +- nixos/machines/railbird-sf.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/flake.nix b/nixos/flake.nix index 35295c88..989c0396 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -404,7 +404,7 @@ railbird-sf = { specialArgs = { orgAgendaApiContainer = null; - orgAgendaApiImageName = "localhost/org-agenda-api:colonelpanic-dbb1cb8-030a673"; + orgAgendaApiImageName = "localhost/org-agenda-api:colonelpanic-dbb8e2d-74973b2"; }; }; }; diff --git a/nixos/machines/railbird-sf.nix b/nixos/machines/railbird-sf.nix index eaeabad3..ad85d7c2 100644 --- a/nixos/machines/railbird-sf.nix +++ b/nixos/machines/railbird-sf.nix @@ -4,7 +4,7 @@ pkgs, inputs, orgAgendaApiContainer ? null, - orgAgendaApiImageName ? "localhost/org-agenda-api:colonelpanic-dbb1cb8-030a673", + orgAgendaApiImageName ? "localhost/org-agenda-api:colonelpanic-dbb8e2d-74973b2", ... }: { imports = [