services.firefly-iii.settings.APP_KEY_FILE
NixOS option
The path to your appkey. The file should contain a 32 character random app key. This may be set using echo "base64:$(head -c 32 /dev/urandom | base64)" > /path/to/key-file.
type: absolute pathdeclared in: nixos/modules/services/web-apps/firefly-iii.nixView source on NixOS/nixpkgs →