Yubikey: Difference between revisions
imported>Friedow No edit summary |
imported>SuperSandro2000 Add note about 22.11 |
||
Line 8: | Line 8: | ||
services.udev.packages = [ pkgs.yubikey-personalization ]; | services.udev.packages = [ pkgs.yubikey-personalization ]; | ||
# Depending on the details of your configuration, this section might be necessary | # Depending on the details of your configuration, this section might not be necessary | ||
# | # on NixOS 22.11 setting this is no longer required because it is already done by the gnupg module | ||
environment.shellInit = '' | environment.shellInit = '' | ||
export GPG_TTY="$(tty)" | export GPG_TTY="$(tty)" |