Nitrokey/fr: Difference between revisions

Nicolas-goudry (talk | contribs)
Created page with "==Installation== Vous devez également ajouter la règle udev pour Nitrokey et activer l'agent GPG. <syntaxHighlight lang=nix> services.udev.packages = [ pkgs.nitrokey-udev-rules ]; programs = { ssh.startAgent = false; gnupg.agent = { enable = true; enableSSHSupport = true; }; }; </syntaxHighlight> Category:Hardware"
 
FuzzyBot (talk | contribs)
Updating to match new version of source page
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div lang="en" dir="ltr" class="mw-content-ltr">
<languages/>
This article describes how you can use your [https://www.nitrokey.com Nitrokey] [[Wikipedia:Nitrokey|Nitrokey]] with NixOS
<div class="mw-translate-fuzzy">
Cet article décrit comment utiliser [[Wikipedia:Nitrokey|Nitrokey]] avec NixOS
</div>
</div>