mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
6 lines
125 B
Nix
6 lines
125 B
Nix
{
|
|
age.secrets = {
|
|
siliconflow_token.file = ./siliconflow_token.age;
|
|
gemini_token.file = ./gemini_token.age;
|
|
};
|
|
}
|