Configure IONOS MCP server
This commit is contained in:
parent
36ea7633a4
commit
0a5c560f75
3 changed files with 12 additions and 3 deletions
|
|
@ -33,6 +33,7 @@
|
|||
defaultSopsFile = ../secrets/secrets.yaml;
|
||||
|
||||
secrets.firecrawl_api_key = { };
|
||||
secrets.ionos_pat = { };
|
||||
};
|
||||
|
||||
targets.darwin.defaults = {
|
||||
|
|
@ -129,6 +130,7 @@
|
|||
];
|
||||
environment = {
|
||||
FIRECRAWL_API_KEY.file = config.sops.secrets.firecrawl_api_key.path;
|
||||
IONOS_PAT.file = config.sops.secrets.ionos_pat.path;
|
||||
};
|
||||
settings = {
|
||||
defaultProvider = "openai-codex";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue