type user: kill pubkeys, no one's missing you

This commit is contained in:
tv 2016-01-14 16:03:37 +01:00
parent df01713233
commit 3a0a230ef5

View File

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