From 2dd8ef279740e59d8f270df13ac9258fd6a34c8a Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Tue, 17 Mar 2026 21:19:08 +0100 Subject: [PATCH] Add --allow-unconfigured flag to openclaw --- modules/openclaw.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openclaw.nix b/modules/openclaw.nix index 7e23052..8335b1a 100644 --- a/modules/openclaw.nix +++ b/modules/openclaw.nix @@ -96,7 +96,7 @@ in "${pkgs.bash}/bin/bash -c 'cp -n /etc/openclaw/openclaw.json ${configDir}/ || true'" ]; - ExecStart = "${pkgs.nodejs_22}/bin/npx openclaw gateway --port ${toString cfg.port}"; + ExecStart = "${pkgs.nodejs_22}/bin/npx openclaw gateway --port ${toString cfg.port} --allow-unconfigured"; Restart = "on-failure"; RestartSec = "10s";