summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-09-27 19:32:27 +0200
committermakefu <github@syntax-fehler.de>2015-09-27 19:32:27 +0200
commit170191034e51fb7e80ff6e6ddcac103ec7527afd (patch)
tree94de8f106574f3249a5aa0b11cb9ace4926e2a28 /krebs
parent5038c65ab0e097af4d7c8b047b1f64eb5f7fabea (diff)
add description for sources.dir.*.host
Diffstat (limited to 'krebs')
-rw-r--r--krebs/3modules/build/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/krebs/3modules/build/default.nix b/krebs/3modules/build/default.nix
index d6ee5c91..4d2f36a0 100644
--- a/krebs/3modules/build/default.nix
+++ b/krebs/3modules/build/default.nix
@@ -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;