fix: op path

This commit is contained in:
2026-04-13 15:38:10 +08:00
parent 50808a9ecf
commit 82ab946ba1
+3 -3
View File
@@ -5,9 +5,9 @@
# op:// references only — no real secrets, safe to commit # op:// references only — no real secrets, safe to commit
xdg.configFile."op/env.tpl".text = '' xdg.configFile."op/env.tpl".text = ''
AI_GATEWAY_BASE_URL={{ op://Private/AI Gateway API/URL }} AI_GATEWAY_BASE_URL={{ op://Private/AI Gateway API/URL }}
AI_GATEWAY_API_KEY={{ op://Private/AI Gateway API/ }} AI_GATEWAY_API_KEY={{ op://Private/AI Gateway API/credential }}
EXA_API_KEY={{ op://Private/Exa API/ }} EXA_API_KEY={{ op://Private/Exa API/credential }}
CONTEXT7_API_KEY={{ op://Private/Context7 API/ }} CONTEXT7_API_KEY={{ op://Private/Context7 API/credential }}
''; '';
programs.fish = { programs.fish = {