diff options
author | Franck Cuny <franck@fcuny.net> | 2023-02-12 08:21:03 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-02-20 13:33:00 -0800 |
commit | d5b3fb1e553f80691552747c76b53c3e7596f41c (patch) | |
tree | fd112053650094b795c90848a1b5bb1266abd4f8 /hosts/aptos | |
parent | feat(home/age): install tooling related to age and yubikeys (diff) | |
download | world-d5b3fb1e553f80691552747c76b53c3e7596f41c.tar.gz |
feat(modules/pcscd): install the pcscd daemon
This is to use the yubikeys correctly
Diffstat (limited to 'hosts/aptos')
-rw-r--r-- | hosts/aptos/services.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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"; |