mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 13:19:09 +02:00
fix[client,work]: fix yubikey scdaemon/pcscd issue
This commit is contained in:
parent
adf28e4a14
commit
83e10e2d51
3 changed files with 60 additions and 54 deletions
|
|
@ -28,6 +28,9 @@ in
|
|||
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
scdaemonSettings = {
|
||||
disable-ccid = true; # prevent conflicts between pcscd and scdameon
|
||||
};
|
||||
publicKeys = [
|
||||
{
|
||||
source = "${self}/secrets/public/gpg/gpg-public-key-0x76FD3810215AE097.asc";
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ in
|
|||
config = lib.mkIf config.swarselmodules.yubikey {
|
||||
programs.ssh.startAgent = false;
|
||||
|
||||
services.pcscd.enable = false;
|
||||
services.pcscd.enable = true;
|
||||
|
||||
hardware.gpgSmartcards.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue