From e988008e9791a966662be871df35761534d7ac5c Mon Sep 17 00:00:00 2001 From: sid Date: Tue, 19 May 2026 21:55:24 +0200 Subject: [PATCH] librechat: fix secrets typo --- hosts/rx4/services/librechat-oci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/rx4/services/librechat-oci.nix b/hosts/rx4/services/librechat-oci.nix index 65fa112..b8b8d73 100644 --- a/hosts/rx4/services/librechat-oci.nix +++ b/hosts/rx4/services/librechat-oci.nix @@ -62,7 +62,7 @@ in CREDS_KEY=${config.sops.placeholder."librechat/creds-key"} CREDS_IV=${config.sops.placeholder."librechat/creds-iv"} MEILI_MASTER_KEY=${config.sops.placeholder."librechat/meili-master-key"} - OPENROUTER_KEY=${config.sops.placeholder}."librechat/openrouter-key"} + OPENROUTER_KEY=${config.sops.placeholder."librechat/openrouter-key"} ''; }; }