services.wealthfolio.authPasswordHashFile
NixOS option
Path to a file containing the Argon2id PHC string defining the login password. Required for web access unless authRequired is false. Generate with: printf 'your-password' | argon2 yoursalt16chars! -id -e
type: null or absolute pathDefault
null
Example
declared in: nixos/modules/services/web-apps/wealthfolio.nixView source on NixOS/nixpkgs →config.age.secrets.wealthfolio-hash.path