We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235d7a0 commit 11afcbaCopy full SHA for 11afcba
1 file changed
hosts/nuc/default.nix
@@ -211,6 +211,13 @@ in
211
"https://nuc.cinnamon-rooster.ts.net"
212
];
213
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
+
221
# linear-agent-bridge gateway extension config
222
programs.openclaw.config.plugins.entries.linear-agent-bridge = {
223
enabled = true;
0 commit comments