added yubikey.nix

This commit is contained in:
2024-09-19 18:19:29 -04:00
parent 9e7c595e35
commit c3ba9a7e78
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
services.pcscd.enable = true;
environment.systemPackages = [ pkgs.yubioath-flutter ];
}