rm appsignal
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user