services.duplicity.extraFlags

NixOS option

Extra command-line flags passed to duplicity. See duplicity(1).

type: list of string
Default
[ ]
Example
[
  "--backend-retry-delay"
  "100"
]
declared in: nixos/modules/services/backup/duplicity.nixView source on NixOS/nixpkgs →