services.wealthfolio.secretKeyFile
NixOS option
Path to a file containing the 32-byte secret key used for encrypting sensitive data at rest (broker credentials, API keys) and signing JWT tokens. Generate with: openssl rand -base64 32. Note: Losing this key means losing access to all stored encrypted secrets. There is no recovery.
type: null or absolute pathDefault
null
Example
declared in: nixos/modules/services/web-apps/wealthfolio.nixView source on NixOS/nixpkgs →config.age.secrets.wealthfolio-key.path