summaryrefslogtreecommitdiffstats
path: root/4lib/krebs
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-07-28 21:48:33 +0200
committerlassulus <lass@aidsballs.de>2015-07-28 21:48:33 +0200
commit8d10d5b199d0d2c5a9a9ff53b39ac65bb8b3ae51 (patch)
tree1ff923ce3783abb546aa602d1f622abcdac67301 /4lib/krebs
parentaa3a158c25d436643144b24d47a10e2e6d0660eb (diff)
parent841ecb7d5b7e0627f8f145e404359ef2f8aa35fa (diff)
Merge remote-tracking branch 'nomic/user-toplevel' into newmaster
Diffstat (limited to '4lib/krebs')
-rw-r--r--4lib/krebs/types.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/4lib/krebs/types.nix b/4lib/krebs/types.nix
index 970ef2f..92410dd 100644
--- a/4lib/krebs/types.nix
+++ b/4lib/krebs/types.nix
@@ -93,6 +93,10 @@ types // rec {
pubkey = mkOption {
type = str;
};
+ pubkeys = mkOption {
+ type = attrsOf str;
+ default = {};
+ };
};
};