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