add yubikey
This commit is contained in:
13
modules/hardware/yubikey.nix
Normal file
13
modules/hardware/yubikey.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
# Include udev rules for yubikey.
|
||||
services.udev.packages = with pkgs; [
|
||||
yubikey-personalization
|
||||
];
|
||||
|
||||
# OTP Manager
|
||||
environment.systemPackages = with pkgs; [
|
||||
yubioath-flutter
|
||||
];
|
||||
services.pcscd.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user