remove gpg agent

This commit is contained in:
♥ Minnie ♥ 2024-01-22 08:32:44 +08:00
parent e22ae04ed7
commit 85d8ccca6d
No known key found for this signature in database

View file

@ -9,12 +9,12 @@
]; ];
# GPG and SSH support # GPG and SSH support
services.udev.packages = [ pkgs.yubikey-personalization ]; # services.udev.packages = [ pkgs.yubikey-personalization ];
programs.gnupg.agent = { # programs.gnupg.agent = {
enable = true; # enable = true;
enableSSHSupport = true; # enableSSHSupport = true;
}; # };
# Use our yubikey as a user login or for sudo access # Use our yubikey as a user login or for sudo access
security.pam.services = { security.pam.services = {