about summary refs log tree commit diff
path: root/modules/workstation/hardware/yubikey/default.nix
Commit message (Collapse)AuthorAge
* modules/yubikey: make PAM machine-independentAlyssa Ross2023-10-21
| | | | This defaults to using the hostname, so was only set up for x220.
* modules/yubikey: use Yubikey for sudo via U2FAlyssa Ross2019-08-13
|
* modules/yubikey: remove pcscdAlyssa Ross2019-08-13
| | | | | | | Turns out this works better without. With pcscd, after a reboot the Yubikey won't be recognized until it's reinserted or pcscd is restarted. It's probably a boot order thing, but removing it completely works fine, so let's just do that.
* modules/hardware: reorganizeAlyssa Ross2019-08-13
It made far more sense for Yubikey stuff to be in here. Also, there was a lot of keyboard-related stuff, so made sense to give that its own module.