4 krebs.types.host: add option: secure
This commit is contained in:
parent
f1ebbc7339
commit
f10523afd3
@ -20,6 +20,15 @@ types // rec {
|
|||||||
type = attrsOf net;
|
type = attrsOf net;
|
||||||
apply = x: assert hasAttr "retiolum" x; x;
|
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
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user