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:
parent
3681f118f7
commit
bbebd0b383
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue