krebs.types.user: add pubkeys

This commit is contained in:
tv 2015-07-27 15:42:33 +02:00
parent 9303ab870c
commit d40a714c08

View file

@ -93,6 +93,10 @@ types // rec {
pubkey = mkOption {
type = str;
};
pubkeys = mkOption {
type = attrsOf str;
default = {};
};
};
};