Removed redundant comment

The key listed is not specific to any one yubikey so the comment didn't
make sense.
This commit is contained in:
Alejandro Angulo 2022-11-17 17:19:06 -08:00
parent 38b79babe0
commit e4f5970abd
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -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"
];
};
}