MyNixOS website logo
option

services.restic.backups.<name>.extraOptions

Extra extended options to be passed to the restic --option flag.

Declarations
Type
list of string
Default
[ ]
Example
[
  "sftp.command='ssh [email protected] -i /home/user/.ssh/id_rsa -s sftp'"
]