acmeCertificateName: Set defaultText as the default is dynamic
This commit is contained in:
@@ -838,6 +838,7 @@ in
|
||||
acmeCertificateName = mkOption {
|
||||
type = types.str;
|
||||
default = cfg.fqdn;
|
||||
defaultText = literalExpression "config.mailserver.fqdn";
|
||||
example = "example.com";
|
||||
description = ''
|
||||
({option}`mailserver.certificateScheme` == `acme`)
|
||||
|
||||
Reference in New Issue
Block a user