Nitrokey: Difference between revisions

imported>Neutrocyte
No edit summary
Ardenet (talk | contribs)
Marked this version for translation
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This article describes how you can use your [https://www.nitrokey.com Nitrokey] [[Wikipedia:Nitrokey|Nitrokey]] with NixOS
<languages/>
<translate>
<!--T:1-->
This article describes how you can use your [[Wikipedia:Nitrokey|Nitrokey]] with NixOS
 
==Installation== <!--T:2-->
 
<!--T:3-->
You also want to add the nitrokey udev rules and enable the gpg agent
</translate>


==Installation==
You also want to add the nitrokey udev rules and enable the gpg agenent
<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
services.udev.packages = [ pkgs.nitrokey-udev-rules ];
services.udev.packages = [ pkgs.nitrokey-udev-rules ];
Line 13: Line 20:
};
};
</syntaxHighlight>
</syntaxHighlight>
<translate>
<!--T:4-->
[[Category:Hardware]]
</translate>