feat(hosts/orion): add yubikey tools to systemPackages

This commit is contained in:
Price Hiller 2024-10-03 03:40:42 -05:00
parent 6359cb761d
commit 2961ce1531
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -2,4 +2,8 @@
{
services.udev.packages = [ pkgs.yubikey-personalization ];
services.pcscd.enable = true;
environment.systemPackages = with pkgs; [
yubikey-manager
yubico-piv-tool
];
}