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:
@@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user