Nitrokey: Difference between revisions
m →Installation: typo Tags: Mobile edit Mobile web edit |
Marked this version for translation |
||
| (6 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
This article describes how you can use your | <languages/> | ||
<translate> | |||
<!--T:1--> | |||
This article describes how you can use your [[Wikipedia:Nitrokey|Nitrokey]] with NixOS | |||
==Installation== | ==Installation== <!--T:2--> | ||
<!--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 13: | Line 20: | ||
}; | }; | ||
</syntaxHighlight> | </syntaxHighlight> | ||
<translate> | |||
<!--T:4--> | |||
[[Category:Hardware]] | |||
</translate> | |||