summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--4lib/krebs/types.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/4lib/krebs/types.nix b/4lib/krebs/types.nix
index 38ed8a916..9d02c779f 100644
--- a/4lib/krebs/types.nix
+++ b/4lib/krebs/types.nix
@@ -20,6 +20,15 @@ types // rec {
type = attrsOf net;
apply = x: assert hasAttr "retiolum" x; x;
};
+ secure = mkOption {
+ type = bool;
+ default = false;
+ description = ''
+ If true, then the host is capable of keeping secret information.
+
+ TODO define minimum requirements for secure hosts
+ '';
+ };
};
};
[cgit] Unable to lock slot /tmp/cgit/42000000.lock: No such file or directory (2)