623 B
623 B
Repository Guidelines
NixOS Module Notes
services.readlater-bot.settingsis rendered to TOML without the token; the token must come fromservices.readlater-bot.tokenFileand is combined at runtime in/run/readlater-bot/config.tomlto keep secrets out of the Nix store.- If you override
services.readlater-bot.user/group, ensure the group exists; otherwise systemd fails at step GROUP. Defaults only auto-create thereadlater-botuser/group when you keep the defaults.
Build Checks
- Run
cargo checkafter changes (patches, features, or other code edits). - Create atomic commits after changes.