Nitrokey/ru: Difference between revisions
|  Created page with "==Установка== Вам также нужно добавить правила nitrokey udev и включить gpg-агент <syntaxHighlight lang=nix> services.udev.packages = [ pkgs.nitrokey-udev-rules ]; programs = {   ssh.startAgent = false;   gnupg.agent = {     enable = true;     enableSSHSupport = true;   }; }; </syntaxHighlight> Category:Hardware" |  Updating to match new version of source page | ||
| Line 1: | Line 1: | ||
| <languages/> | <languages/> | ||
| <div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
| This article describes how you can use your  | This article describes how you can use your [[Wikipedia:Nitrokey|Nitrokey]] with NixOS | ||
| </div> | </div> | ||