services.davis.appSecretFile
NixOS option
A file containing the Symfony APP_SECRET - Its value should be a series of characters, numbers and symbols chosen randomly and the recommended length is around 32 characters. Can be generated with cat /dev/urandom | tr -dc a-zA-Z0-9 | fold -w 48 | head -n 1.
type: absolute pathExample
declared in: nixos/modules/services/web-apps/davis.nixView source on NixOS/nixpkgs →"/run/secrets/davis-appsecret"