mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
nixos/zfs-replication: document expected lz4 on host system
This commit is contained in:
parent
6b719544c6
commit
a30294388c
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user