add back pcscd

This commit is contained in:
Joakim Repomaa
2025-02-11 11:52:31 +02:00
parent 227319b662
commit 8a1f2c4968

View File

@@ -18,6 +18,11 @@
pathsToLink = [ "/share/zsh" ];
};
services.pcscd = {
enable = true;
plugins = [ pkgs.ccid ];
};
services = {
tailscale = {
enable = true;