Merge pull request #91146 from tmplt/doc-zfs-replicate

nixos/zfs-replication: document expected lz4 on host system
This commit is contained in:
Jörg Thalheim
2020-08-04 08:46:06 +01:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ in {
};
host = mkOption {
description = "Remote host where snapshots should be sent.";
description = "Remote host where snapshots should be sent. <literal>lz4</literal> is expected to be installed on this host.";
example = "example.com";
type = types.str;
};