summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/hardware/trezord.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware/trezord.md')
-rw-r--r--nixos/modules/services/hardware/trezord.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/nixos/modules/services/hardware/trezord.md b/nixos/modules/services/hardware/trezord.md
new file mode 100644
index 000000000000..58c244a44bc1
--- /dev/null
+++ b/nixos/modules/services/hardware/trezord.md
@@ -0,0 +1,17 @@
+# 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.