feat(opencode): disable autoupdate and sharing
Keep OpenCode aligned with the Nix-managed install by disabling self-updates and prevent accidental public session sharing from the global config.
This commit is contained in:
parent
08e6548986
commit
120a918491
1 changed files with 2 additions and 7 deletions
9
home.nix
9
home.nix
|
|
@ -832,13 +832,8 @@ in
|
|||
|
||||
home.file.".config/opencode/opencode.json".text = builtins.toJSON {
|
||||
"$schema" = "https://opencode.ai/config.json";
|
||||
mcp = {
|
||||
linear = {
|
||||
type = "remote";
|
||||
url = "https://mcp.linear.app/mcp";
|
||||
enabled = true;
|
||||
};
|
||||
};
|
||||
autoupdate = false;
|
||||
share = "disabled";
|
||||
};
|
||||
|
||||
home.file.".config/opencode/AGENTS.md".text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue