Skip to content

Commit

Permalink
renzo: fix yubikey
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Dec 6, 2017
1 parent f99ad5f commit b54b47e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions nix/os/renzo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,7 @@
# YubiKey
#-----------------------------------------------------------------------------

# https://raw.githubusercontent.com/Yubico/libu2f-host/e2ce7b157b76bb384f8aba7acbfa73af2dd2fee7/70-u2f.rules
services.udev.extraRules = ''
ACTION!="add|change", GOTO="u2f_end"
# Yubico YubiKey
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120|0402|0403|0406|0407|0410", TAG+="uaccess"
LABEL="u2f_end"
'';
services.udev.packages = [ pkgs.libu2f-host ];


#-----------------------------------------------------------------------------
Expand Down

0 comments on commit b54b47e

Please sign in to comment.