maintainers: remove longkeyid
see https://dkg.fifthhorseman.net/blog/openpgp-key-ids-are-not-useful.html
This commit is contained in:
parent
0afc3c233b
commit
c8cebff38b
2 changed files with 4 additions and 234 deletions
|
@ -30,7 +30,6 @@ let
|
||||||
};
|
};
|
||||||
keys = lib.mkOption {
|
keys = lib.mkOption {
|
||||||
type = types.listOf (types.submodule {
|
type = types.listOf (types.submodule {
|
||||||
options.longkeyid = lib.mkOption { type = types.str; };
|
|
||||||
options.fingerprint = lib.mkOption { type = types.str; };
|
options.fingerprint = lib.mkOption { type = types.str; };
|
||||||
});
|
});
|
||||||
default = [];
|
default = [];
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue