services.agorakit.appKeyFile
NixOS option
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 pathExample
declared in: nixos/modules/services/web-apps/agorakit.nixView source on NixOS/nixpkgs →"/run/keys/agorakit-appkey"