add description for sources.dir.*.host
This commit is contained in:
parent
5038c65ab0
commit
170191034e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user