feat: add MCP global configuration module, manage Brave Search API key, and set up systemd service for deployment

This commit is contained in:
2025-06-04 15:47:05 +02:00
parent 0fff2f87a5
commit 934471bd88
4 changed files with 66 additions and 10 deletions

View File

@@ -26,6 +26,7 @@ in {
# ./modules/cyberghost.nix
./utils/modules/autoupgrade.nix
./modules/puppeteer.nix
./modules/mcp-global.nix
# ./modules/development
@@ -297,4 +298,5 @@ in {
system.stateVersion = "24.05"; # Did you read the comment?
}