From f6ecc783ffea74c40e10ce12971c8d03c274fc7a Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 9 Mar 2026 10:08:35 +0000 Subject: [PATCH] noc noc --- modules/ai-tools.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ai-tools.nix b/modules/ai-tools.nix index b669c9d..4be6cd7 100644 --- a/modules/ai-tools.nix +++ b/modules/ai-tools.nix @@ -44,14 +44,14 @@ opensrc = { enabled = true; type = "local"; - command = ["bunx" "opensrc-mcp"]; + command = ["node" "/home/cschmatzler/.bun/bin/opensrc-mcp"]; }; }; }; }; home.shellAliases = { - noc = "RUST_LOG=error nono -s wrap --allow-cwd --profile opencode -- opencode"; + noc = "nono run -s --allow-cwd --profile opencode --network-profile developer --allow ~/.bun --allow ~/.local/share/opensrc --allow ~/.claude --proxy-allow models.dev --proxy-allow mcp.grep.app --proxy-allow mcp.context7.com --proxy-allow mcp.exa.ai -- opencode"; }; home.packages = [