1
0
Fork 0

configuration/gpg-ssh: Enable YubiKey support

This commit is contained in:
clerie 2024-04-15 09:13:57 +02:00
parent 2ae649af80
commit 823d700f1f
1 changed files with 4 additions and 0 deletions

View File

@ -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
];
}