mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
Openclaw openclaw nix (#64)
* openclaw -> openclaw.nix * skip bootstrap = false * model cnf
This commit is contained in:
parent
a2c87bed8f
commit
72ee43c0db
6 changed files with 187 additions and 106 deletions
|
|
@ -1,43 +0,0 @@
|
|||
{
|
||||
"gateway": {
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"port": 2470,
|
||||
"trustedProxies": ["127.0.0.1", "::1"],
|
||||
"controlUi": {
|
||||
"allowedOrigins": ["https://netty.harivan.sh"]
|
||||
},
|
||||
"auth": {
|
||||
"mode": "token",
|
||||
"token": "${OPENCLAW_GATEWAY_TOKEN}"
|
||||
}
|
||||
},
|
||||
"channels": {
|
||||
"telegram": {
|
||||
"botToken": "${TELEGRAM_BOT_TOKEN}",
|
||||
"dmPolicy": "pairing"
|
||||
}
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"workspace": "~/.openclaw/workspace",
|
||||
"skipBootstrap": true,
|
||||
"model": {
|
||||
"primary": "anthropic/claude-sonnet-4-6"
|
||||
},
|
||||
"sandbox": {
|
||||
"mode": "non-main"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tools": {
|
||||
"profile": "coding",
|
||||
"fs": {
|
||||
"workspaceOnly": true
|
||||
},
|
||||
"loopDetection": {
|
||||
"enabled": true
|
||||
},
|
||||
"deny": ["sessions_send", "sessions_spawn"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue