dots/hosts/orion/modules/services/pcscd.nix

5 lines
45 B
Nix
Raw Normal View History

2024-05-27 13:45:28 -05:00
{ ... }:
{
services.pcscd.enable = true;
2024-05-27 23:43:02 -05:00
}