Nitrokey: Difference between revisions

Qweered (talk | contribs)
m remove unneeded link
Ardenet (talk | contribs)
Marked this version for translation
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
This article describes how you can use your [[Wikipedia:Nitrokey|Nitrokey]] with NixOS
This article describes how you can use your [[Wikipedia:Nitrokey|Nitrokey]] with NixOS


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