grafana-alloy: don't build the frontend twice
[NixPkgs.git] / nixos / modules / services / hardware / trezord.md
blob58c244a44bc1d6befba11686189b91c876fe9d04
1 # Trezor {#trezor}
3 Trezor is an open-source cryptocurrency hardware wallet and security token
4 allowing secure storage of private keys.
6 It offers advanced features such U2F two-factor authorization, SSH login
7 through
8 [Trezor SSH agent](https://wiki.trezor.io/Apps:SSH_agent),
9 [GPG](https://wiki.trezor.io/GPG) and a
10 [password manager](https://wiki.trezor.io/Trezor_Password_Manager).
11 For more information, guides and documentation, see <https://wiki.trezor.io>.
13 To enable Trezor support, add the following to your {file}`configuration.nix`:
15     services.trezord.enable = true;
17 This will add all necessary udev rules and start Trezor Bridge.