infofeeder-bot/AGENTS.md
TheGeneralist 6f3c5a6894
add resources flow and secure config
Document resources, extend list actions, and wire Nix settings/token handling to support new resource saves and UI tweaks.
2026-02-03 09:05:29 +01:00

490 B

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.