feat: add dns.useStagingACME option
Used for testing environments, so we don't stumble upon ACME rate limits.
This commit is contained in:
@@ -90,6 +90,10 @@ in
|
||||
description = "DNS provider that was defined at the initial setup process. Default is ClOUDFLARE";
|
||||
type = types.nullOr types.str;
|
||||
};
|
||||
useStagingACME = mkOption {
|
||||
description = "Use staging ACME server. Default is false";
|
||||
type = types.nullOr types.bool;
|
||||
};
|
||||
};
|
||||
backup = {
|
||||
bucket = mkOption {
|
||||
|
Reference in New Issue
Block a user