fix(home/opencode): use correct config structure for apiKey

This commit is contained in:
Gabriel Fontes
2026-06-13 00:12:07 -03:00
parent 7c6816ec47
commit 5fe257d368
+1 -1
View File
@@ -28,7 +28,7 @@ in {
programs.opencode = {
enable = true;
settings = {
provider.deepseek = {
provider.deepseek.options = {
apiKey = "{file:${secrets}/deepseek-apikey}";
};
autoupdate = false;