-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nixOS: Failed to connect to the YubiKey: connecting to pscs: the Smart card resource manager is not running #137
Comments
Got to the bottom of it - you'll need to enable |
@Lownin can you please test? NixOS/nixpkgs#215740 |
@supermarin adding |
@Lownin any chance you could test my PR? (remove the line from your configuration.nix and just use services.yubikey-agent.enable = true)? |
@supermarin happy to help, but not sure how to make sure nixOS pulls in the PR version and not the regular one. |
@Lownin are you using flakes? if so, you can replace |
@supermarin I haven't touched Flakes yet. Just started with nixOS. Working through learning the basics, then will tackle home-manager, then flakes. Is there an unpainful way for me to do it with a monolithic configuration.nix ? |
@Lownin let's take the conversation to NixOS Matrix channel and report here if the issue is resolved in the end, so we don't bloat the issue. |
Sounds good. |
@FiloSottile you can close, this is resolved in NixOS/nixpkgs#215740 |
Issue: after installing, running `yubikey-agent -setup` produces the following error: ``` nixOS: Failed to connect to the YubiKey: connecting to pscs: the Smart card resource manager is not running ``` More on this issue: FiloSottile/yubikey-agent#137
Issue: after installing, running `yubikey-agent -setup` produces the following error: ``` nixOS: Failed to connect to the YubiKey: connecting to pscs: the Smart card resource manager is not running ``` More on this issue: FiloSottile/yubikey-agent#137
Per the README, I've added
to my
/etc/nixos/configuration.nix
I (successfully) rebuilt with
sudo nixos-rebuild switch
however when attemptingyubikey-agent -setup
I recieve the errorI've done some googling but have not seen anything relevant. Other apps work with the yubikey, like fido via firefox, and the YubiKey personalization tool.
I've successfully used the yubikey-agent to set up keys on my Mac after installing with homebrew.
Is some other set up required on nixOS that isn't documented in the README?
Thanks!
The text was updated successfully, but these errors were encountered: