Nitrokey/fr: Difference between revisions

FuzzyBot (talk | contribs)
Updating to match new version of source page
FuzzyBot (talk | contribs)
Updating to match new version of source page
Tags: Mobile edit Mobile web edit
 
Line 4: Line 4:
</div>
</div>


<span id="Installation"></span>
<div class="mw-translate-fuzzy">
==Installation==
==Installation==
Vous devez également ajouter la règle udev pour Nitrokey et activer l'agent GPG.
Vous devez également ajouter la règle udev pour Nitrokey et activer l'agent GPG.
Line 17: Line 19:
</syntaxHighlight>
</syntaxHighlight>
[[Category:Hardware]]
[[Category:Hardware]]
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
You also want to add the nitrokey udev rules and enable the gpg agent
</div>
<syntaxHighlight lang=nix>
services.udev.packages = [ pkgs.nitrokey-udev-rules ];
programs = {
  ssh.startAgent = false;
  gnupg.agent = {
    enable = true;
    enableSSHSupport = true;
  };
};
</syntaxHighlight>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[Category:Hardware]]
</div>