From c3a533b943212a4be53b9a5c8440b7634d2db01b Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Fri, 29 May 2026 00:08:51 +0300 Subject: [PATCH] feat(ada): pcscd init Signed-off-by: s0me1newithhand7s --- ada/services/pcscd.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ada/services/pcscd.nix 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; + }; + }; +}