nixos/hedgedoc: set good default for ldap.tlsca

This commit is contained in:
Sandro Jäckel 2022-07-24 04:03:24 +02:00
parent 1a7f6b4070
commit 98f180b0e3
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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.