From e4f5970abd472d1ee80758467b505699e3d1480f Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Thu, 17 Nov 2022 17:19:06 -0800 Subject: [PATCH] Removed redundant comment The key listed is not specific to any one yubikey so the comment didn't make sense. --- users/alejandro/gpg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/alejandro/gpg.nix b/users/alejandro/gpg.nix index 2cea50a..dea34fb 100644 --- a/users/alejandro/gpg.nix +++ b/users/alejandro/gpg.nix @@ -23,7 +23,7 @@ enableSshSupport = true; sshKeys = [ # run `gpg-connect-agent 'keyinfo --list' /bye` to get these values for existing keys - "E274D5078327CB6C8C83CFF102CC12A2D493C77F" # yubikey 19 101 875 + "E274D5078327CB6C8C83CFF102CC12A2D493C77F" ]; }; }