Fix OpenClaw gateway launch: binary renamed openclaw, add gateway subcommand
The nix-openclaw package renamed the binary from openclaw-gateway to openclaw, and the gateway now runs as a subcommand. Also adds CLAUDE.md and openclaw-todo.md. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
dc8011d880
commit
494bc8a5f4
4 changed files with 114 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ in
|
|||
config = {
|
||||
ProgramArguments = [
|
||||
(config.home.homeDirectory + "/.local/bin/openclaw-gateway-wrapper")
|
||||
"${pkgs.openclaw}/bin/openclaw-gateway"
|
||||
"${pkgs.openclaw}/bin/openclaw"
|
||||
"gateway"
|
||||
];
|
||||
RunAtLoad = true;
|
||||
KeepAlive = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue