Skip to content

Commit

Permalink
fix some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ibizaman committed Nov 30, 2023
1 parent b1da358 commit 886ceab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions modules/blocks/ssl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ in

credentialsFile = lib.mkOption {
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
[documentation](https://go-acme.github.io/lego/dns/) of each DNS provider.
Expand All @@ -45,10 +46,12 @@ in
See the chose provider's [documentation](https://go-acme.github.io/lego/dns/) for available
options.
'';
example = lib.literalExpression ''{
example = lib.literalExpression ''
{
DNSPROVIDER_TIMEOUT = "10";
DNSPROVIDER_PROPAGATION_TIMEOUT = "240";
}'';
}
'';
};

dnsResolver = lib.mkOption {
Expand Down

0 comments on commit 886ceab

Please sign in to comment.