fix some formatting
This commit is contained in:
parent
b1da358bfb
commit
886ceab801
1 changed files with 6 additions and 3 deletions
|
|
@ -21,7 +21,8 @@ in
|
||||||
|
|
||||||
credentialsFile = lib.mkOption {
|
credentialsFile = lib.mkOption {
|
||||||
type = lib.types.path;
|
type = lib.types.path;
|
||||||
description = ''Credentials file location for the chosen DNS provider.
|
description = ''
|
||||||
|
Credentials file location for the chosen DNS provider.
|
||||||
|
|
||||||
The content of this file must expose environment variables as written in the
|
The content of this file must expose environment variables as written in the
|
||||||
[documentation](https://go-acme.github.io/lego/dns/) of each DNS provider.
|
[documentation](https://go-acme.github.io/lego/dns/) of each DNS provider.
|
||||||
|
|
@ -45,10 +46,12 @@ in
|
||||||
See the chose provider's [documentation](https://go-acme.github.io/lego/dns/) for available
|
See the chose provider's [documentation](https://go-acme.github.io/lego/dns/) for available
|
||||||
options.
|
options.
|
||||||
'';
|
'';
|
||||||
example = lib.literalExpression ''{
|
example = lib.literalExpression ''
|
||||||
|
{
|
||||||
DNSPROVIDER_TIMEOUT = "10";
|
DNSPROVIDER_TIMEOUT = "10";
|
||||||
DNSPROVIDER_PROPAGATION_TIMEOUT = "240";
|
DNSPROVIDER_PROPAGATION_TIMEOUT = "240";
|
||||||
}'';
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
dnsResolver = lib.mkOption {
|
dnsResolver = lib.mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue