Compare commits

..

2 commits

3 changed files with 4 additions and 1 deletions

View file

@ -70,3 +70,4 @@ 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,6 +84,7 @@ in {
list_tests = true;
run_tests = true;
analyze_coverage = true;
set_project_root = true;
};
};
sleep = {

View file

@ -105,6 +105,7 @@ 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 = {