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