diff options
Diffstat (limited to '')
-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"; |