···57 useTemplate = use_template;
5859 recursive = mkOption {
60+ description = ''
61+ Whether to recursively snapshot dataset children.
62+ You can also set this to <literal>"zfs"</literal> to handle datasets
63+ recursively in an atomic way without the possibility to
64+ override settings for child datasets.
65+ '';
66+ type = with types; oneOf [ bool (enum [ "zfs" ]) ];
67 default = false;
68 };
69