diff options
Diffstat (limited to 'sys/services/pcscd')
| -rw-r--r-- | sys/services/pcscd/default.nix | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/sys/services/pcscd/default.nix b/sys/services/pcscd/default.nix new file mode 100644 index 0000000..0170b2e --- /dev/null +++ b/sys/services/pcscd/default.nix @@ -0,0 +1,3 @@ +{...}: { + services.pcscd.enable = true; +} | 
