services.snipe-it.appKeyFile

A file containing the Laravel APP_KEY - a 32 character long, base64 encoded key used for encryption where needed. Can be generated with head -c 32 /dev/urandom | base64.

Type
absolute path
Example
"/run/keys/snipe-it/appkey"
Declared
<nixpkgs/nixos/modules/services/web-apps/snipe-it.nix>