Document resources, extend list actions, and wire Nix settings/token handling to support new resource saves and UI tweaks.
6 lines
490 B
Markdown
6 lines
490 B
Markdown
# Repository Guidelines
|
|
|
|
## NixOS Module Notes
|
|
|
|
- `services.readlater-bot.settings` is rendered to TOML without the token; the token must come from `services.readlater-bot.tokenFile` and is combined at runtime in `/run/readlater-bot/config.toml` to 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 the `readlater-bot` user/group when you keep the defaults.
|