services.sanoid.extraArgs

NixOS option

Extra arguments to pass to sanoid. See https://github.com/jimsalterjrs/sanoid/#sanoid-command-line-options for allowed options.

type: list of string
Default
[ ]
Example
[
  "--verbose"
  "--readonly"
  "--debug"
]
declared in: nixos/modules/services/backup/sanoid.nixView source on NixOS/nixpkgs →