summaryrefslogtreecommitdiffstats
path: root/4lib/krebs/types.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-07-24 20:48:00 +0200
committertv <tv@krebsco.de>2015-07-24 20:49:46 +0200
commit2154167857b6bd35c8b1cce2ad41521164abb2ff (patch)
tree99df541a14bd1baec6150a7da8fcaf2270edd0a1 /4lib/krebs/types.nix
parente1d542e07d5ee9c26a04f273b0eb6ff8adccf756 (diff)
{2 tv git -> 3 krebs}.users
Diffstat (limited to '4lib/krebs/types.nix')
-rw-r--r--4lib/krebs/types.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/4lib/krebs/types.nix b/4lib/krebs/types.nix
index 9d02c77..ca92c69 100644
--- a/4lib/krebs/types.nix
+++ b/4lib/krebs/types.nix
@@ -81,6 +81,17 @@ types // rec {
merge = mergeOneOption;
};
+ user = submodule {
+ options = {
+ name = mkOption {
+ type = str; # TODO
+ };
+ pubkey = mkOption {
+ type = str;
+ };
+ };
+ };
+
# TODO
addr = str;
addr4 = str;