nixos/physical: add yubikey stuff
This commit is contained in:
parent
56035426a9
commit
b027cd1479
1 changed files with 2 additions and 0 deletions
|
@ -5,5 +5,7 @@
|
|||
services.thermald.enable = true;
|
||||
|
||||
# YubiKey
|
||||
environment.systemPackages = [pkgs.yubikey-manager];
|
||||
services.pcscd.enable = true;
|
||||
services.udev.packages = [pkgs.yubikey-personalization];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue