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 path
Default
null
Example
config.age.secrets.wealthfolio-hash.path
declared in: nixos/modules/services/web-apps/wealthfolio.nixView source on NixOS/nixpkgs →