make gpg work with yubi smartcard
This commit is contained in:
@@ -15,6 +15,9 @@ in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.${program} = {
|
||||
enable = true;
|
||||
scdaemonSettings = {
|
||||
disable-ccid = true;
|
||||
};
|
||||
};
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user