services.nitter.sessionsFile
Path to the session tokens file.
This file contains a list of session tokens that can be used to access the instance without logging in. The file is in JSONL format, where each line is a JSON object with the following fields:
{"oauth_token":"some_token","oauth_token_secret":"some_secret_key"}
See https://github.com/zedeus/nitter/wiki/Creating-session-tokens for more information on session tokens and how to generate them.
- Type
absolute path- Default
"/var/lib/nitter/sessions.jsonl"- Declared
- <nixpkgs/nixos/modules/services/misc/nitter.nix>