From 136659b88dcce7fcafb9d6c227bc976ec64377dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Mon, 29 Jan 2024 19:03:40 +0100 Subject: [PATCH] fix: Add fixme comment about GPG keys --- home/options.nix | 2 ++ 1 file changed, 2 insertions(+) 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;