services.transmission.credentialsFile

NixOS option

Path to a JSON file to be merged with the settings. Useful to merge a file which is better kept out of the Nix store to set secret config parameters like rpc-password.

type: absolute path
Default
"/dev/null"
Example
"/var/lib/secrets/transmission/settings.json"
declared in: nixos/modules/services/torrent/transmission.nixView source on NixOS/nixpkgs →