feat: set file for key

This commit is contained in:
Deepak Mallubhotla 2025-03-06 23:16:31 +00:00
parent 4929953efd
commit 70f49a3edf
Signed by: deepak
GPG Key ID: 8F904A3FC7021497

View File

@ -187,7 +187,9 @@ in
defaultSopsFile = ./secrets.yaml; defaultSopsFile = ./secrets.yaml;
secrets = { secrets = {
anthropic_api_key = {}; anthropic_api_key = {
sopsFile = ./secrets.yaml;
};
}; };
}; };