fix: Add fixme comment about GPG keys

This commit is contained in:
Jalil David Salamé Messina 2024-01-29 19:03:40 +01:00
parent 55f8269e0a
commit 136659b88d
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -20,6 +20,8 @@ let
type = types.str; type = types.str;
example = "John Doe"; example = "John Doe";
}; };
# FIXME: The keygrip is only useful for pam-gnupg, git needs another way to
# identify the key.
gpgKey = lib.mkOption { gpgKey = lib.mkOption {
description = "The keygrip of your GPG key."; description = "The keygrip of your GPG key.";
type = types.nullOr types.str; type = types.nullOr types.str;