Compare commits

..

No commits in common. "d35e2c93c1e38f8d67847e2b7be17034665615a8" and "2cdc39f3dcc29090d48d54bc8f24a67303e99ff2" have entirely different histories.

3 changed files with 1 additions and 4 deletions

View file

@ -70,4 +70,3 @@ nix multi user, multi system, configuration with `sops` secret management, `home
- panoramax instance
- mastodon instance
- move searx, home-assistant, actual, jellyfin, paperless, and immich to only be accessible via vpn
- graphana accessible though tailscale

View file

@ -84,7 +84,6 @@ in {
list_tests = true;
run_tests = true;
analyze_coverage = true;
set_project_root = true;
};
};
sleep = {

View file

@ -105,7 +105,6 @@ in {
list_tests = lib.mkEnableOption "Should the list_tests tool be auto approved for Vitest MCP server";
run_tests = lib.mkEnableOption "Should the run_tests tool be auto approved for Vitest MCP server";
analyze_coverage = lib.mkEnableOption "Should the analyze_coverage tool be auto approved for Vitest MCP server";
set_project_root = lib.mkEnableOption "Should the set_project_root tool be auto approved for Vitest MCP server";
};
};
sleep = {