nixos/physical: add yubikey stuff

This commit is contained in:
Guanran Wang 2024-05-31 01:50:18 +08:00
parent 56035426a9
commit b027cd1479
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -5,5 +5,7 @@
services.thermald.enable = true;
# YubiKey
environment.systemPackages = [pkgs.yubikey-manager];
services.pcscd.enable = true;
services.udev.packages = [pkgs.yubikey-personalization];
}