Flakes
Categories
Options
Packages
Sign in
MyNixOS
nixpkgs
options
services
postgresqlWalReceiver
receivers
<name>
extraArgs
option
services.postgresqlWalReceiver.receivers.<name>.extraArgs
A list of extra arguments to pass to the
pg_receivewal
command.
Declarations
nixos/modules/services/backup/postgresql-wal-receiver.nix
Type
list of string
Default
[ ]
Example
[
"--no-sync"
]