summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-08-31 19:15:09 +0200
committerlassulus <lassulus@lassul.us>2017-08-31 19:15:09 +0200
commit7cc525b9157fea2b577ba1ded5cfa214c79c673d (patch)
treed7488ff4b9ba1fdaf47047e7b0076def2eb0624b
parent957d518374368e47e519d4870e9133a265b6e47c (diff)
types.host: managed -> ci
-rw-r--r--lib/types.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/types.nix b/lib/types.nix
index 8c68468..a9563cc 100644
--- a/lib/types.nix
+++ b/lib/types.nix
@@ -31,9 +31,10 @@ rec {
default = null;
};
- managed = mkOption {
+ ci = mkOption {
description = ''
- If true, then the host's configuration is defined in stockholm.
+ If true, then the host wants to be tested by some CI system.
+ See <stockholm/krebs/2configs/buildbot-all.nix>
'';
type = bool;
default = false;