diff --git a/modules/openclaw.nix b/modules/openclaw.nix index 6c67caa..646c5c4 100644 --- a/modules/openclaw.nix +++ b/modules/openclaw.nix @@ -96,6 +96,7 @@ in ]; ExecStart = "${pkgs.nodejs_22}/bin/npx openclaw gateway start --port ${toString cfg.port}"; + Path = [ pkgs.nodejs_22 pkgs.git pkgs.coreutils ]; Restart = "on-failure"; RestartSec = "10s";