2023-01-20 10:41:00 +00:00
|
|
|
<!-- Do not edit this file directly, edit its companion .md instead
|
|
|
|
and regenerate this file using nixos/doc/manual/md-to-db.sh -->
|
|
|
|
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="trezor">
|
|
|
|
<title>Trezor</title>
|
|
|
|
<para>
|
|
|
|
Trezor is an open-source cryptocurrency hardware wallet and security
|
|
|
|
token allowing secure storage of private keys.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
It offers advanced features such U2F two-factor authorization, SSH
|
|
|
|
login through
|
|
|
|
<link xlink:href="https://wiki.trezor.io/Apps:SSH_agent">Trezor SSH
|
|
|
|
agent</link>,
|
|
|
|
<link xlink:href="https://wiki.trezor.io/GPG">GPG</link> and a
|
|
|
|
<link xlink:href="https://wiki.trezor.io/Trezor_Password_Manager">password
|
|
|
|
manager</link>. For more information, guides and documentation, see
|
|
|
|
<link xlink:href="https://wiki.trezor.io">https://wiki.trezor.io</link>.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
To enable Trezor support, add the following to your
|
|
|
|
<filename>configuration.nix</filename>:
|
|
|
|
</para>
|
|
|
|
<programlisting>
|
|
|
|
services.trezord.enable = true;
|
2020-04-24 23:36:52 +00:00
|
|
|
</programlisting>
|
2023-01-20 10:41:00 +00:00
|
|
|
<para>
|
|
|
|
This will add all necessary udev rules and start Trezor Bridge.
|
|
|
|
</para>
|
2020-04-24 23:36:52 +00:00
|
|
|
</chapter>
|