fixing documentation

This commit is contained in:
Peter Feigl
2015-04-13 15:42:01 +02:00
parent e5b3918f85
commit 3837ef82ad
@@ -59,7 +59,7 @@ with lib;
sslServerChain = mkOption { sslServerChain = mkOption {
type = types.path; type = types.path;
example = "/var/ca.pem"; example = "/var/ca.pem";
description = "Path to server SSL extra chain file."; description = "Path to server SSL chain file.";
}; };
adminAddr = mkOption ({ adminAddr = mkOption ({