configuration/gpg-ssh: Enable YubiKey support
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user