fix: Add fixme comment about GPG keys
This commit is contained in:
parent
55f8269e0a
commit
136659b88d
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ let
|
|||
type = types.str;
|
||||
example = "John Doe";
|
||||
};
|
||||
# FIXME: The keygrip is only useful for pam-gnupg, git needs another way to
|
||||
# identify the key.
|
||||
gpgKey = lib.mkOption {
|
||||
description = "The keygrip of your GPG key.";
|
||||
type = types.nullOr types.str;
|
||||
|
|
Loading…
Reference in a new issue