services.send.redis.passwordFile
The path to the file containing the Redis password.
If services.send.redis.createLocally is set to true,
the content of this file will be used as the password for the locally created Redis instance.
Leave it blank if no password is required.
- Type
null or absolute path- Default
null- Example
"/run/agenix/send-redis-password"- Declared
- <nixpkgs/nixos/modules/services/web-servers/send.nix>