services.postgresql.settings.shared_preload_libraries

List of libraries to be preloaded.

Type
null or (strings concatenated with "," or (list of string) convertible to it)
Default
null
Example
[ "auto_explain" "anon" ]
Declared
<nixpkgs/nixos/modules/services/databases/postgresql.nix>