summaryrefslogtreecommitdiff
path: root/modules/services/trezord.nix
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-16 22:22:34 +0100
committerGitHub <noreply@github.com>2025-01-16 22:22:34 +0100
commit8e7bd91f353caacc0bc4105f573eb3e17f09e03a (patch)
treec5059edcbebd9644290cad7c653c49a36d593021 /modules/services/trezord.nix
parent6bd39d420578aacf7c0bab7de3e7027b952115ae (diff)
parentbd921223ba7cdac346477d7ea5204d6f4736fcc6 (diff)
Merge branch 'LnL7:master' into masterHEADmaster
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.
'';
};