summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/nntp-proxy.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-03-03 21:31:00 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-03 21:35:31 +0100
commit6cf6c3fbc9f03acb5a6711dd034b87d7b4174565 (patch)
treea238db8f334f218fe109416145735500ca177d22 /nixos/modules/services/networking/nntp-proxy.nix
parent9e2eaa27558a68983e0fea69f55c58c259e7c188 (diff)
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>
Diffstat (limited to 'nixos/modules/services/networking/nntp-proxy.nix')
-rw-r--r--nixos/modules/services/networking/nntp-proxy.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/nntp-proxy.nix b/nixos/modules/services/networking/nntp-proxy.nix
index cd0889351a3d..cfa662c7311b 100644
--- a/nixos/modules/services/networking/nntp-proxy.nix
+++ b/nixos/modules/services/networking/nntp-proxy.nix
@@ -172,7 +172,8 @@ in
default = null;
example = "$6$GtzE7FrpE$wwuVgFYU.TZH4Rz.Snjxk9XGua89IeVwPQ/fEUD8eujr40q5Y021yhn0aNcsQ2Ifw.BLclyzvzgegopgKcneL0";
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 &lt;password&gt;</code>)
'';
};