Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
18 lines
645 B
Markdown
18 lines
645 B
Markdown
# Trezor {#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](https://wiki.trezor.io/Apps:SSH_agent),
|
|
[GPG](https://wiki.trezor.io/GPG) and a
|
|
[password manager](https://wiki.trezor.io/Trezor_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.
|