MyNixOS website logo
option

services.pgbackrest.settings

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

All globally available options, i.e. all except stanza options, can be used. Repository options should be set via repos 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;
}