From ae921f7f0c3985f462d44d3d7146509efb6d40eb Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Tue, 24 Feb 2026 13:14:37 +0000 Subject: [PATCH] disable overseer Signed-off-by: Christoph Schmatzler --- profiles/opencode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/opencode.nix b/profiles/opencode.nix index 49b91a4..d39876b 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -57,7 +57,7 @@ command = ["bunx" "opensrc-mcp"]; }; overseer = { - enabled = true; + enabled = false; type = "local"; command = ["${pkgs.overseer}/bin/os" "mcp"]; };