enable pcscd for yubikey

This commit is contained in:
Romain Paquet 2026-01-05 21:42:17 +01:00
parent 87e589e690
commit 1e8e04bf24

View file

@ -20,4 +20,6 @@
enable = true; enable = true;
terminal = "ghostty"; terminal = "ghostty";
}; };
services.pcscd.enable = true;
} }