services.postgresql.settings.shared_preload_libraries

NixOS option

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 in: nixos/modules/services/databases/postgresql.nixView source on NixOS/nixpkgs →