MyNixOS website logo
option

services.sanoid.extraArgs

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

Declarations
Type
list of string
Default
[ ]
Example
[
  "--verbose"
  "--readonly"
  "--debug"
]