Get yubikeys working
This commit is contained in:
parent
ed12d151a7
commit
3b1c160604
2 changed files with 4 additions and 1 deletions
|
@ -27,8 +27,12 @@
|
|||
package = pkgs.i3-gaps;
|
||||
};
|
||||
};
|
||||
udev.packages = [ pkgs.yubikey-personalization ];
|
||||
pcscd.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ yubioath-flutter ];
|
||||
|
||||
# Enable OpenTabletDriver, GUI configurator is otd-gui
|
||||
hardware.opentabletdriver.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue