nix-dotfiles/hosts/common/services/pcscd.nix

5 lines
45 B
Nix

{ ... }:
{
services.pcscd.enable = true;
}