MyNixOS website logo
option

services.pgbackrest.stanzas.<name>.settings

An attribute set of options as described in: https://pgbackrest.org/configuration.html

All options can be used. Repository options should be set via repos instead. Stanza options should be set via instances instead.

Declarations
Type
attribute set of (boolean or (unsigned integer, meaning >=0) or string or attribute set of string or list of string)
Default
{ }
Example
{
  process-max = 2;
}