From 06584ffedcf98a73decbf18ab0d1d7bd82acccce Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 5 Feb 2026 08:46:42 +0000 Subject: [PATCH] rm appsignal --- profiles/opencode.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/profiles/opencode.nix b/profiles/opencode.nix index 33e9b11..95b90ad 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -64,22 +64,6 @@ type = "local"; command = ["bunx" "opensrc-mcp"]; }; - appsignal = { - enabled = true; - type = "local"; - command = [ - "docker" - "run" - "-i" - "--rm" - "-e" - "APPSIGNAL_API_KEY" - "appsignal/mcp" - ]; - environment = { - APPSIGNAL_API_KEY = "{env:APPSIGNAL_API_KEY}"; - }; - }; overseer = { enabled = true; type = "local";