services.postgresql.initdbArgs

NixOS option

Additional arguments passed to initdb during data dir initialisation.

type: list of string
Default
[ ]
Example
[
  "--data-checksums"
  "--allow-group-access"
]
declared in: nixos/modules/services/databases/postgresql.nixView source on NixOS/nixpkgs →