Yubikey: Difference between revisions
imported>SuperSandro2000 Add note about 22.11 |
imported>SuperSandro2000 Remove settings no longer relevant for 22.11 |
||
| Line 7: | Line 7: | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
services.udev.packages = [ pkgs.yubikey-personalization ]; | services.udev.packages = [ pkgs.yubikey-personalization ]; | ||
programs.gnupg.agent = { | programs.gnupg.agent = { | ||
| Line 20: | Line 12: | ||
enableSSHSupport = true; | enableSSHSupport = true; | ||
}; | }; | ||
</syntaxHighlight> | </syntaxHighlight> | ||