Made yubikey config reusable

This commit is contained in:
Alejandro Angulo 2022-09-22 20:21:12 -07:00
parent ee956f735e
commit 2811bd995f
4 changed files with 30 additions and 17 deletions

View file

@ -10,6 +10,10 @@
programs.gpg = {
enable = true;
scdaemonSettings = {
# Fix conflicts with config in common/yubikey.nix
disable-ccid = true;
};
};
services.gpg-agent = {