nixos/hedgedoc: set good default for ldap.tlsca
This commit is contained in:
parent
1a7f6b4070
commit
98f180b0e3
@ -867,6 +867,7 @@ in
|
||||
};
|
||||
tlsca = mkOption {
|
||||
type = types.str;
|
||||
default = "/etc/ssl/certs/ca-certificates.crt";
|
||||
example = "server-cert.pem,root.pem";
|
||||
description = ''
|
||||
Root CA for LDAP TLS in PEM format.
|
||||
|
Loading…
Reference in New Issue
Block a user