services.postgrest.jwtSecretFile
NixOS option
The secret or JSON Web Key (JWK) (or set) used to decode JWT tokens clients provide for authentication. For security the key must be at least 32 characters long. If this parameter is not specified then PostgREST refuses authentication requests. https://docs.postgrest.org/en/stable/references/configuration.html#jwt-secret
type: null or absolute path not in the Nix storeDefault
null
Example
declared in: nixos/modules/services/databases/postgrest.nixView source on NixOS/nixpkgs →"/run/keys/jwt_secret"