nixos/zfs-replication: document expected lz4 on host system

This commit is contained in:
tmplt 2020-06-20 08:25:16 +02:00
parent 6b719544c6
commit a30294388c

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;
};