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