diff --git a/configuration/gpg-ssh/default.nix b/configuration/gpg-ssh/default.nix index e3daea7..1c29905 100644 --- a/configuration/gpg-ssh/default.nix +++ b/configuration/gpg-ssh/default.nix @@ -10,6 +10,7 @@ environment.systemPackages = with pkgs; [ gnupg + yubikey-personalization # Add wrapper around ssh that takes the gnupg ssh-agent # instead of gnome-keyring @@ -18,4 +19,7 @@ services.pcscd.enable = true; + services.udev.packages = with pkgs; [ + yubikey-personalization + ]; }