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
services.udev.packages = [ pkgs.yubikey-personalization ];
# services.udev.packages = [ pkgs.yubikey-personalization ];
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
# programs.gnupg.agent = {
# enable = true;
# enableSSHSupport = true;
# };
# Use our yubikey as a user login or for sudo access
security.pam.services = {