diff --git a/ada/services/pcscd.nix b/ada/services/pcscd.nix new file mode 100644 index 0000000..af3e03f --- /dev/null +++ b/ada/services/pcscd.nix @@ -0,0 +1,7 @@ +_: { + services = { + pcscd = { + enable = true; + }; + }; +}