diff --git a/nixos/arion-openclaw/arion-compose.nix b/nixos/arion-openclaw/arion-compose.nix index 2e56054..bc0a065 100644 --- a/nixos/arion-openclaw/arion-compose.nix +++ b/nixos/arion-openclaw/arion-compose.nix @@ -37,12 +37,14 @@ network_mode = "host"; volumes = [ "/var/openclaw/app:/app" + "/var/openclaw/gateway:/gateway" "/root/.openclaw:/root/.openclaw:ro" ]; environment = { PORT = "4310"; UI_BIND_ADDRESS = "127.0.0.1"; OPENCLAW_HOME = "/root/.openclaw"; + OPENCLAW_BIN_PATH = "/gateway/node_modules/.bin/openclaw"; }; command = [ "sh" "-c"