summaryrefslogtreecommitdiff
path: root/modules/services/trezord.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/trezord.nix')
-rw-r--r--modules/services/trezord.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/services/trezord.nix b/modules/services/trezord.nix
index 97db519..8da05f3 100644
--- a/modules/services/trezord.nix
+++ b/modules/services/trezord.nix
@@ -11,7 +11,7 @@ in {
enable = mkOption {
type = types.bool;
default = false;
- description = lib.mdDoc ''
+ description = ''
Enable Trezor bridge daemon, for use with Trezor hardware wallets.
'';
};
@@ -19,7 +19,7 @@ in {
emulator.enable = mkOption {
type = types.bool;
default = false;
- description = lib.mdDoc ''
+ description = ''
Enable Trezor emulator support.
'';
};
@@ -27,7 +27,7 @@ in {
emulator.port = mkOption {
type = types.port;
default = 21324;
- description = lib.mdDoc ''
+ description = ''
Listening port for the Trezor emulator.
'';
};