Rename secret chatgpt-token
to openrouter-api-key
This commit is contained in:
parent
7303969233
commit
cea95102f7
5 changed files with 7 additions and 7 deletions
|
@ -12,7 +12,7 @@ in
|
|||
{
|
||||
systemd.user.sessionVariables = {
|
||||
EDITOR = lib.mkForce "emacsclient -c";
|
||||
OPENAI_API_KEY_PATH = age.secrets.chatgpt-token.path;
|
||||
OPENROUTER_API_KEY_PATH = age.secrets.openrouter-api-key.path;
|
||||
};
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue