add description for sources.dir.*.host

This commit is contained in:
makefu 2015-09-27 19:32:27 +02:00
parent 5038c65ab0
commit 170191034e

View File

@ -174,6 +174,11 @@ let
options = {
host = mkOption {
type = types.host;
description = ''
define the host where the directory is stored on.
XXX: currently it is just used to check if rsync is working,
becomes part of url
'';
};
path = mkOption {
type = types.str;