feat(nix/host/orion): enable pcscd
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s

This commit is contained in:
Price Hiller 2024-05-27 13:45:28 -05:00
parent 4cc2f1327f
commit 73ed5ce107
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -0,0 +1,4 @@
{ ... }:
{
services.pcscd.enable = true;
}