remove gpg agent
This commit is contained in:
parent
e22ae04ed7
commit
85d8ccca6d
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue