acmeCertificateName: Set defaultText as the default is dynamic
This commit is contained in:
parent
80d21ed7a1
commit
29de3e6865
1 changed files with 1 additions and 0 deletions
|
@ -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`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue