rm appsignal
This commit is contained in:
@@ -64,22 +64,6 @@
|
|||||||
type = "local";
|
type = "local";
|
||||||
command = ["bunx" "opensrc-mcp"];
|
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 = {
|
overseer = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
type = "local";
|
type = "local";
|
||||||
|
|||||||
Reference in New Issue
Block a user