diff --git a/home/options.nix b/home/options.nix index e1460b5..686fdb7 100644 --- a/home/options.nix +++ b/home/options.nix @@ -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;