Added SSH key loaded on yubikey

This commit is contained in:
Alejandro Angulo 2022-11-07 17:27:35 -08:00
parent ccdf6916ee
commit 6d5f2deb9a
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -21,5 +21,9 @@
pinentryFlavor = "curses"; pinentryFlavor = "curses";
enableZshIntegration = true; enableZshIntegration = true;
enableSshSupport = true; enableSshSupport = true;
sshKeys = [
# run `gpg-connect-agent 'keyinfo --list' /bye` to get these values for existing keys
"E274D5078327CB6C8C83CFF102CC12A2D493C77F" # yubikey 19 101 875
];
}; };
} }