MyNixOS website logo
option

services.znapzend.zetup.<name>.destinations

Additional destinations.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  local = {
    dataset = "btank/backup";
    presend = "zpool import -N btank";
    postsend = "zpool export btank";
  };
  remote = {
    host = "[email protected]";
    dataset = "tank/john";
  };
};