feat(hosts/orion): add yubikey tools to systemPackages
This commit is contained in:
parent
cdad279fd9
commit
8a86b68573
@ -2,4 +2,8 @@
|
||||
{
|
||||
services.udev.packages = [ pkgs.yubikey-personalization ];
|
||||
services.pcscd.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
yubikey-manager
|
||||
yubico-piv-tool
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user