Switch litellm public to API key, move secret to o001, use module

This commit is contained in:
Joshua Bell 2026-01-21 19:54:14 -06:00
parent d706c122b1
commit eebf354173
9 changed files with 141 additions and 313 deletions

View file

@ -134,8 +134,8 @@ in
"openwebui_env.age" = {
publicKeys = authorityKey ++ h001;
};
"litellm_public_master_key.age" = {
publicKeys = authorityKey ++ h001;
"litellm_public_api_key.age" = {
publicKeys = authorityKey ++ o001;
};
"vaultwarden_env.age" = {
publicKeys = authorityKey ++ o001;