librechat: fix image ref
All checks were successful
Build tests / build-hosts (pull_request) Successful in 24s
Flake check / flake-check (pull_request) Successful in 25s

This commit is contained in:
sid 2026-05-19 19:31:30 +02:00
parent e8f2000053
commit fc83c6652d

View file

@ -106,7 +106,8 @@ in
};
virtualisation.oci-containers.containers.librechat = {
image = toString cfg.image;
image = with cfg.image; imageName + ":" + imageTag;
imageFile = cfg.image;
environment =
defaultEnv
// {