Added SSH key loaded on yubikey
This commit is contained in:
parent
ccdf6916ee
commit
6d5f2deb9a
|
@ -21,5 +21,9 @@
|
|||
pinentryFlavor = "curses";
|
||||
enableZshIntegration = true;
|
||||
enableSshSupport = true;
|
||||
sshKeys = [
|
||||
# run `gpg-connect-agent 'keyinfo --list' /bye` to get these values for existing keys
|
||||
"E274D5078327CB6C8C83CFF102CC12A2D493C77F" # yubikey 19 101 875
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue