Compare commits
2 commits
2cdc39f3dc
...
d35e2c93c1
| Author | SHA1 | Date | |
|---|---|---|---|
| d35e2c93c1 | |||
| ca6de5c0cd |
3 changed files with 4 additions and 1 deletions
|
|
@ -69,4 +69,5 @@ 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
|
- ISO target that contains authorized keys for nixos-anywhere https://github.com/diegofariasm/yggdrasil/blob/4acc43ebc7bcbf2e41376d14268e382007e94d78/hosts/bootstrap/default.nix
|
||||||
- panoramax instance
|
- panoramax instance
|
||||||
- mastodon instance
|
- mastodon instance
|
||||||
- move searx, home-assistant, actual, jellyfin, paperless, and immich to only be accessible via vpn
|
- move searx, home-assistant, actual, jellyfin, paperless, and immich to only be accessible via vpn
|
||||||
|
- graphana accessible though tailscale
|
||||||
|
|
@ -84,6 +84,7 @@ in {
|
||||||
list_tests = true;
|
list_tests = true;
|
||||||
run_tests = true;
|
run_tests = true;
|
||||||
analyze_coverage = true;
|
analyze_coverage = true;
|
||||||
|
set_project_root = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
sleep = {
|
sleep = {
|
||||||
|
|
|
||||||
|
|
@ -105,6 +105,7 @@ in {
|
||||||
list_tests = lib.mkEnableOption "Should the list_tests tool be auto approved for Vitest MCP server";
|
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";
|
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";
|
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 = {
|
sleep = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue