More attempts to fix gpg decrypt with yubikey.
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.gnupg.dirmngr.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
@@ -83,4 +84,8 @@
|
||||
# });
|
||||
# '';
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pcsctools
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user