feat(nix/host/orion): enable pcscd
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
This commit is contained in:
parent
4cc2f1327f
commit
73ed5ce107
4
hosts/orion/modules/services/pcscd.nix
Normal file
4
hosts/orion/modules/services/pcscd.nix
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.pcscd.enable = true;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user