mirror of
https://github.com/openclaw/nix-openclaw.git
synced 2026-07-25 05:35:30 -04:00
Add native module options for Discord channel configuration #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @schickling on GitHub (Jan 26, 2026).
Problem
The nix-clawdbot module doesn't provide native options for configuring the Discord channel. Users need to configure:
Currently, this requires manually injecting JSON into the config file via activation scripts, which is error-prone and not declarative.
Current Workaround
Using an activation script that:
Suggested Solution
Add module options like:
This would allow fully declarative Discord configuration while keeping secrets out of the nix store (via
tokenFile).