depot/third_party/nixpkgs/nixos/modules/services/hardware/trezord.md
Default email 0d9fc34957 Project import generated by Copybara.
GitOrigin-RevId: 5ed481943351e9fd354aeb557679624224de38d5
2023-01-20 11:41:00 +01:00

645 B

Trezor

Trezor is an open-source cryptocurrency hardware wallet and security token allowing secure storage of private keys.

It offers advanced features such U2F two-factor authorization, SSH login through Trezor SSH agent, GPG and a password manager. For more information, guides and documentation, see https://wiki.trezor.io.

To enable Trezor support, add the following to your {file}configuration.nix:

services.trezord.enable = true;

This will add all necessary udev rules and start Trezor Bridge.