services.pgbackrest.settings
NixOS option
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.
type: open submodule of attribute set of (boolean or (unsigned integer, meaning >=0) or string or attribute set of string or list of string)Default
{ }Example
declared in: nixos/modules/services/backup/pgbackrest.nixView source on NixOS/nixpkgs →{
process-max = 2;
}