disable overseer

Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2026-02-24 13:14:37 +00:00
parent af339a5ab0
commit ae921f7f0c

View File

@@ -57,7 +57,7 @@
command = ["bunx" "opensrc-mcp"]; command = ["bunx" "opensrc-mcp"];
}; };
overseer = { overseer = {
enabled = true; enabled = false;
type = "local"; type = "local";
command = ["${pkgs.overseer}/bin/os" "mcp"]; command = ["${pkgs.overseer}/bin/os" "mcp"];
}; };