From d5b3fb1e553f80691552747c76b53c3e7596f41c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 12 Feb 2023 08:21:03 -0800 Subject: feat(modules/pcscd): install the pcscd daemon This is to use the yubikeys correctly --- hosts/aptos/services.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/aptos') diff --git a/hosts/aptos/services.nix b/hosts/aptos/services.nix index 1886ca7..e79bbb5 100644 --- a/hosts/aptos/services.nix +++ b/hosts/aptos/services.nix @@ -17,6 +17,9 @@ in syncthing.enable = true; + # for the yubikeys + pcscd.enable = true; + backup = { enable = true; user = "fcuny"; -- cgit 1.4.1