MyNixOS website logo
option

services.borgbackup.jobs.<name>.extraArgs

Additional arguments for all borg calls the service has. Handle with care.

Declarations
Type
string or (list of string) convertible to it
Default
[ ]
Example
[
  "--remote-path=/path/to/borg"
]