Jump to content

Translations:Nitrokey/2/fr: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 July 2024

  • curprev 13:4713:47, 12 July 2024 Nicolas-goudry talk contribs 335 bytes +335 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"