MyNixOS website logo
option

services.postgresqlWalReceiver.receivers.<name>.extraArgs

A list of extra arguments to pass to the pg_receivewal command.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--no-sync"
]