services.nitter.sessionsFile
NixOS option
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 pathDefault
declared in: nixos/modules/services/misc/nitter.nixView source on NixOS/nixpkgs →"/var/lib/nitter/sessions.jsonl"