From bbebd0b3832fd584da0aa0eb71144cfba6a0f6a6 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Wed, 8 Dec 2021 04:07:29 +0100 Subject: [PATCH] treewide: remove invalid docbook XML from option descriptions NixOS will soon use CommonMark Markdown for option descriptions. We can then switch back the old, slightly clearer bracket syntax. --- modules/bitcoind.nix | 2 +- modules/liquid.nix | 2 +- modules/onion-addresses.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/bitcoind.nix b/modules/bitcoind.nix index f158cce..817a80f 100644 --- a/modules/bitcoind.nix +++ b/modules/bitcoind.nix @@ -120,7 +120,7 @@ let example = "f7efda5c189b999524f151318c0c86$d5b51b3beffbc02b724e5d095828e0bc8b2456e9ac8757ae3211a5d9b16a22ae"; description = '' Password HMAC-SHA-256 for JSON-RPC connections. Must be a string of the - format $. + format `salt-hex$hmac-hex`. ''; }; passwordHMACFromFile = mkOption { diff --git a/modules/liquid.nix b/modules/liquid.nix index 3e45992..352bf84 100644 --- a/modules/liquid.nix +++ b/modules/liquid.nix @@ -224,7 +224,7 @@ let example = "f7efda5c189b999524f151318c0c86$d5b51b3beffbc02b724e5d095828e0bc8b2456e9ac8757ae3211a5d9b16a22ae"; description = '' Password HMAC-SHA-256 for JSON-RPC connections. Must be a string of the - format $. + format `salt-hex$hmac-hex`. ''; }; }; diff --git a/modules/onion-addresses.nix b/modules/onion-addresses.nix index 07466c5..9ddd1c0 100644 --- a/modules/onion-addresses.nix +++ b/modules/onion-addresses.nix @@ -28,7 +28,7 @@ let default = []; description = '' Services that can access their onion address via file - /var/lib/onion-addresses/ + `/var/lib/onion-addresses/$service` The file is readable only by the service user. ''; };