Replies: 1 comment 1 reply
-
Ok, I think that I'm getting closer to the culprit. It's basically age.identityPaths. If I set it to age.identityPaths = [ pc_key ]; or age.identityPaths = [ laptop_key ]; then I can use the suitable keys. But adding both yubikeys to this list will let |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have two yubikeys as you can see here: https://github.com/TornaxO7/dotfiles/blob/nixos/secrets/secrets.nix
Now the problem is, that whenever I'm rebuilding my system, it always asks only for one yubikey (and requests it). I'm getting the following message, if I'm trying to use my yubikey on my laptop:
the yubikey with serial
20684931
is my pc-yubikey.Do you have an idea how I can fix this?
I've tried to manually decrypt my
.age
file with both keys and it works with both.Beta Was this translation helpful? Give feedback.
All reactions