From 8033c663896189ef9c89484fec459c89bf86c37b Mon Sep 17 00:00:00 2001 From: Jan Hrnko Date: Tue, 20 Aug 2019 20:25:51 +0200 Subject: [PATCH] trezord: add docs --- nixos/modules/services/hardware/trezord.nix | 6 +++++ nixos/modules/services/hardware/trezord.xml | 26 +++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 nixos/modules/services/hardware/trezord.xml diff --git a/nixos/modules/services/hardware/trezord.nix b/nixos/modules/services/hardware/trezord.nix index c06a0665d02..20bcbf83109 100644 --- a/nixos/modules/services/hardware/trezord.nix +++ b/nixos/modules/services/hardware/trezord.nix @@ -4,6 +4,12 @@ with lib; let cfg = config.services.trezord; in { + + ### docs + + meta = { + doc = ./trezord.xml; + }; ### interface diff --git a/nixos/modules/services/hardware/trezord.xml b/nixos/modules/services/hardware/trezord.xml new file mode 100644 index 00000000000..972d409d9d0 --- /dev/null +++ b/nixos/modules/services/hardware/trezord.xml @@ -0,0 +1,26 @@ + + 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 . + + + To enable Trezor support, add the following to your configuration.nix: + + = true; + + This will add all necessary udev rules and start Trezor Bridge. + +