krebs.types.user: add pubkeys
This commit is contained in:
parent
9303ab870c
commit
d40a714c08
|
@ -93,6 +93,10 @@ types // rec {
|
|||
pubkey = mkOption {
|
||||
type = str;
|
||||
};
|
||||
pubkeys = mkOption {
|
||||
type = attrsOf str;
|
||||
default = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue