nixos: Fix build of manual
Broken by 17389e256fa1651d8577555ac8fe7aa23044f0e6. The description attributes of mkOption are parsed by XSLT, so we can create a DocBook manual out of it. Unfortunately, the passwordHash option had a description which includes a <password> placeholder which is recognized by DocBook XSL as a valid start tag. So as there is obviously no </password>, the build of the manual bailed out with a parsing error. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Reported-by: devhell <"^"@regexmail.net>
This commit is contained in:
parent
9e2eaa2755
commit
6cf6c3fbc9
@ -172,7 +172,8 @@ in
|
|||||||
default = null;
|
default = null;
|
||||||
example = "$6$GtzE7FrpE$wwuVgFYU.TZH4Rz.Snjxk9XGua89IeVwPQ/fEUD8eujr40q5Y021yhn0aNcsQ2Ifw.BLclyzvzgegopgKcneL0";
|
example = "$6$GtzE7FrpE$wwuVgFYU.TZH4Rz.Snjxk9XGua89IeVwPQ/fEUD8eujr40q5Y021yhn0aNcsQ2Ifw.BLclyzvzgegopgKcneL0";
|
||||||
description = ''
|
description = ''
|
||||||
SHA-512 password hash (can be generated by 'mkpasswd -m sha-512 <password>')
|
SHA-512 password hash (can be generated by
|
||||||
|
<code>mkpasswd -m sha-512 <password></code>)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user