services.syncoid.commonArgs

NixOS option

Arguments to add to every syncoid command, unless disabled for that command. See https://github.com/jimsalterjrs/sanoid/#syncoid-command-line-options for available options.

type: list of string
Default
[ ]
Example
[
  "--no-sync-snap"
]
declared in: nixos/modules/services/backup/syncoid.nixView source on NixOS/nixpkgs →