mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
7 lines
173 B
Nix
7 lines
173 B
Nix
{
|
|
age.secrets = {
|
|
siliconflow_token.file = ./siliconflow_token.age;
|
|
gemini_token.file = ./gemini_token.age;
|
|
deepseek_token.file = ./deepseek_token.age;
|
|
};
|
|
}
|