Update yubikey packages
This commit is contained in:
parent
caafb773ac
commit
94dd8cda9c
1 changed files with 6 additions and 3 deletions
|
@ -1,10 +1,13 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
yubikey-personalization
|
||||
yubikey-manager
|
||||
yubioath-flutter
|
||||
age-plugin-yubikey
|
||||
yubikey-touch-detector
|
||||
];
|
||||
|
||||
services.udev.packages = with pkgs; [
|
||||
yubikey-personalization
|
||||
services.udev.packages = with pkgs; [
|
||||
yubikey-personalization
|
||||
];
|
||||
|
||||
services.pcscd.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue