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
commit 1476c6f349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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