Skip to content

Commit 11afcba

Browse files
committed
nuc(openclaw): pin chromium path for browser control
1 parent 235d7a0 commit 11afcba

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

hosts/nuc/default.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,13 @@ in
211211
"https://nuc.cinnamon-rooster.ts.net"
212212
];
213213

214+
# Explicit Chromium path for NixOS so OpenClaw browser auto-detect doesn't miss it.
215+
# Keep headless on for server operation.
216+
programs.openclaw.config.browser = {
217+
executablePath = "/run/current-system/sw/bin/chromium";
218+
headless = true;
219+
};
220+
214221
# linear-agent-bridge gateway extension config
215222
programs.openclaw.config.plugins.entries.linear-agent-bridge = {
216223
enabled = true;

0 commit comments

Comments
 (0)