1 <chapter xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
8 Trezor is an open-source cryptocurrency hardware wallet and security token
9 allowing secure storage of private keys.
12 It offers advanced features such U2F two-factor authorization, SSH login
14 <link xlink:href="https://wiki.trezor.io/Apps:SSH_agent">Trezor SSH agent</link>,
15 <link xlink:href="https://wiki.trezor.io/GPG">GPG</link> and a
16 <link xlink:href="https://wiki.trezor.io/Trezor_Password_Manager">password manager</link>.
17 For more information, guides and documentation, see <link xlink:href="https://wiki.trezor.io"/>.
20 To enable Trezor support, add the following to your <filename>configuration.nix</filename>:
22 <xref linkend="opt-services.trezord.enable"/> = true;
24 This will add all necessary udev rules and start Trezor Bridge.