Don't require sslServerChain to be set
This commit is contained in:
parent
6db9c9a2bb
commit
534b84a9ac
@ -57,7 +57,8 @@ with lib;
|
||||
};
|
||||
|
||||
sslServerChain = mkOption {
|
||||
type = types.path;
|
||||
type = types.nullOr types.path;
|
||||
default = null;
|
||||
example = "/var/ca.pem";
|
||||
description = "Path to server SSL chain file.";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user