Compare commits
No commits in common. "d35e2c93c1e38f8d67847e2b7be17034665615a8" and "2cdc39f3dcc29090d48d54bc8f24a67303e99ff2" have entirely different histories.
d35e2c93c1
...
2cdc39f3dc
3 changed files with 1 additions and 4 deletions
|
|
@ -69,5 +69,4 @@ nix multi user, multi system, configuration with `sops` secret management, `home
|
|||
- ISO target that contains authorized keys for nixos-anywhere https://github.com/diegofariasm/yggdrasil/blob/4acc43ebc7bcbf2e41376d14268e382007e94d78/hosts/bootstrap/default.nix
|
||||
- panoramax instance
|
||||
- mastodon instance
|
||||
- move searx, home-assistant, actual, jellyfin, paperless, and immich to only be accessible via vpn
|
||||
- graphana accessible though tailscale
|
||||
- move searx, home-assistant, actual, jellyfin, paperless, and immich to only be accessible via vpn
|
||||
|
|
@ -84,7 +84,6 @@ in {
|
|||
list_tests = true;
|
||||
run_tests = true;
|
||||
analyze_coverage = true;
|
||||
set_project_root = true;
|
||||
};
|
||||
};
|
||||
sleep = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue