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.
This commit is contained in:
Erik Arvstedt 2021-12-08 04:07:29 +01:00
parent 3681f118f7
commit bbebd0b383
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
3 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ let
example = "f7efda5c189b999524f151318c0c86$d5b51b3beffbc02b724e5d095828e0bc8b2456e9ac8757ae3211a5d9b16a22ae";
description = ''
Password HMAC-SHA-256 for JSON-RPC connections. Must be a string of the
format <SALT-HEX>$<HMAC-HEX>.
format `salt-hex$hmac-hex`.
'';
};
passwordHMACFromFile = mkOption {

View File

@ -224,7 +224,7 @@ let
example = "f7efda5c189b999524f151318c0c86$d5b51b3beffbc02b724e5d095828e0bc8b2456e9ac8757ae3211a5d9b16a22ae";
description = ''
Password HMAC-SHA-256 for JSON-RPC connections. Must be a string of the
format <SALT-HEX>$<HMAC-HEX>.
format `salt-hex$hmac-hex`.
'';
};
};

View File

@ -28,7 +28,7 @@ let
default = [];
description = ''
Services that can access their onion address via file
/var/lib/onion-addresses/<service>
`/var/lib/onion-addresses/$service`
The file is readable only by the service user.
'';
};