diff options
Diffstat (limited to 'krebs/3modules/build')
-rw-r--r-- | krebs/3modules/build/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/krebs/3modules/build/default.nix b/krebs/3modules/build/default.nix index 23bd8c8fd..6097a7b5d 100644 --- a/krebs/3modules/build/default.nix +++ b/krebs/3modules/build/default.nix @@ -214,6 +214,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; |