Add mcp-agent systemd service to NixOS config

This commit is contained in:
2026-03-26 13:30:06 -07:00
parent 417870a85b
commit f0f15fccb0
2 changed files with 47 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
{
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)"
]
}
}