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"];
};
overseer = {
enabled = true;
enabled = false;
type = "local";
command = ["${pkgs.overseer}/bin/os" "mcp"];
};